Html Css Color HEX #AA2AB6 Dark Orchid

📋 copy color: '#AA2AB6'

red 170 ◦ green 42 ◦ blue 182

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

Shades of Dark Orchid #AA2AB6

Tints of Dark Orchid #AA2AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.19%

R = 43.15%
G = 10.66%
B = 46.19%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA2AB6 (or 0xAA2AB6) is known color: Dark Orchid. HEX triplet: AA, 2A and B6. RGB value is (170,42,182). Sum of RGB (Red+Green+Blue) = 170+42+182=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA2AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2AB6 is #55D549. Grayscale: #5F5F5F. Windows color (decimal): -5625162 or 11938474. OLE color: 11938474.

HSL color Cylindrical-coordinate representation of color #AA2AB6: hue angle of 294.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2AB6 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 42 182 -
CMYK 0.07 0.77 0 0.29
HSL 294.86º 0.63% 0.44% -
HSV(B) 294.86º 0.77% 0.71% -
XYZ 25.85 13.58 45.51 -
YUV 96.23 176.41 180.62 -
System Red Green Blue C M Y K H S L
Decimal 170 42 182 0.07 0.77 0 0.29 294.86 0.63 0.44
Hex AA 2A B6 7 4D 0 1D 127 3E 2C
Octal 252 52 266 7 115 0 35 447 76 54
Binary 10101010 101010 10110110 111 1001101 0 11101 100100111 111110 101100

Color Harmonies of #AA2AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2AB6

Black with #AA2AB6

Text Example


Text Example

White with #AA2AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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