Html Css Color HEX #AA20CE Dark Orchid

📋 copy color: '#AA20CE'

red 170 ◦ green 32 ◦ blue 206

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

Shades of Dark Orchid #AA20CE

Tints of Dark Orchid #AA20CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 41.67%
G = 7.84%
B = 50.49%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA20CE (or 0xAA20CE) is known color: Dark Orchid. HEX triplet: AA, 20 and CE. RGB value is (170,32,206). Sum of RGB (Red+Green+Blue) = 170+32+206=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA20CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20CE is #55DF31. Grayscale: #5C5C5C. Windows color (decimal): -5627698 or 13508778. OLE color: 13508778.

HSL color Cylindrical-coordinate representation of color #AA20CE: hue angle of 287.59º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA20CE is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 32 206 -
CMYK 0.17 0.84 0 0.19
HSL 287.59º 0.73% 0.47% -
HSV(B) 287.59º 0.84% 0.81% -
XYZ 28.23 14.04 59.61 -
YUV 93.1 191.72 182.85 -
System Red Green Blue C M Y K H S L
Decimal 170 32 206 0.17 0.84 0 0.19 287.59 0.73 0.47
Hex AA 20 CE 11 54 0 13 120 49 2F
Octal 252 40 316 21 124 0 23 440 111 57
Binary 10101010 100000 11001110 10001 1010100 0 10011 100100000 1001001 101111

Color Harmonies of #AA20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20CE

Black with #AA20CE

Text Example


Text Example

White with #AA20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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