Html Css Color HEX #AA2ABF Dark Orchid

📋 copy color: '#AA2ABF'

red 170 ◦ green 42 ◦ blue 191

#AA2ABF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AA2ABF

Tints of Dark Orchid #AA2ABF

RGB

 RED value IS 170 (66.8% from 255) = 42.18%

 GREEN value IS 42 (16.8% from 255) = 10.42%

 BLUE value IS 191 (75% from 255) = 47.39%

R = 42.18%
G = 10.42%
B = 47.39%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AA2ABF (or 0xAA2ABF) is known color: Dark Orchid. HEX triplet: AA, 2A and BF. RGB value is (170,42,191). Sum of RGB (Red+Green+Blue) = 170+42+191=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA2ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ABF is #55D540. Grayscale: #606060. Windows color (decimal): -5625153 or 12528298. OLE color: 12528298.

HSL color Cylindrical-coordinate representation of color #AA2ABF: hue angle of 291.54º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2ABF is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 42 191 -
CMYK 0.11 0.78 0 0.25
HSL 291.54º 0.64% 0.46% -
HSV(B) 291.54º 0.78% 0.75% -
XYZ 26.81 13.96 50.57 -
YUV 97.26 180.91 179.88 -
System Red Green Blue C M Y K H S L
Decimal 170 42 191 0.11 0.78 0 0.25 291.54 0.64 0.46
Hex AA 2A BF B 4E 0 19 124 40 2E
Octal 252 52 277 13 116 0 31 444 100 56
Binary 10101010 101010 10111111 1011 1001110 0 11001 100100100 1000000 101110

Color Harmonies of #AA2ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2ABF

Black with #AA2ABF

Text Example


Text Example

White with #AA2ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2ABF; }

 p { color: rgb(170,42,191); }

 H1.HeaderClassName
 {
   color: #AA2ABF;
 }
 .AnyTagClassName
 {
   color: #AA2ABF;
 }
</style>

background-color css

<style>
 a { background-color: #AA2ABF; }

 a { background-color: rgb(170,42,191); }

 div.DivClassName
 {
   background-color: #AA2ABF;
 }
 .BgClassName
 {
   background-color: #AA2ABF;
 }
</style>

border-color css

<style>
 span { border-color: #AA2ABF; }

 span { border-color: rgb(170,42,191); }

 td.TdClassName
 {
   border-color: #AA2ABF;
 }
 .TagClassName
 {
   border-color: #AA2ABF;
 }
</style>