Html Css Color HEX #AA20A8 Dark Orchid

📋 copy color: '#AA20A8'

red 170 ◦ green 32 ◦ blue 168

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

Shades of Dark Orchid #AA20A8

Tints of Dark Orchid #AA20A8

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.65%

 BLUE value IS 168 (66.02% from 255) = 45.41%

R = 45.95%
G = 8.65%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA20A8 (or 0xAA20A8) is known color: Dark Orchid. HEX triplet: AA, 20 and A8. RGB value is (170,32,168). Sum of RGB (Red+Green+Blue) = 170+32+168=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 168 (66.02% from 255 or 45.41% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA20A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA20A8 is #55DF57. Grayscale: #585858. Windows color (decimal): -5627736 or 11018410. OLE color: 11018410.

HSL color Cylindrical-coordinate representation of color #AA20A8: hue angle of 300.87º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA20A8 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 32 168 -
CMYK 0 0.81 0.01 0.33
HSL 300.87º 0.68% 0.4% -
HSV(B) 300.87º 0.81% 0.67% -
XYZ 24.16 12.41 38.17 -
YUV 88.77 172.72 185.94 -
System Red Green Blue C M Y K H S L
Decimal 170 32 168 0 0.81 0.01 0.33 300.87 0.68 0.4
Hex AA 20 A8 0 51 1 21 12D 44 28
Octal 252 40 250 0 121 1 41 455 104 50
Binary 10101010 100000 10101000 0 1010001 1 100001 100101101 1000100 101000

Color Harmonies of #AA20A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20A8

Black with #AA20A8

Text Example


Text Example

White with #AA20A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20A8; }

 p { color: rgb(170,32,168); }

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

background-color css

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

 a { background-color: rgb(170,32,168); }

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

border-color css

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

 span { border-color: rgb(170,32,168); }

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