Html Css Color HEX #AA20B6 Dark Orchid

📋 copy color: '#AA20B6'

red 170 ◦ green 32 ◦ blue 182

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

Shades of Dark Orchid #AA20B6

Tints of Dark Orchid #AA20B6

RGB

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

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

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

R = 44.27%
G = 8.33%
B = 47.4%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA20B6 (or 0xAA20B6) is known color: Dark Orchid. HEX triplet: AA, 20 and B6. RGB value is (170,32,182). Sum of RGB (Red+Green+Blue) = 170+32+182=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA20B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20B6 is #55DF49. Grayscale: #595959. Windows color (decimal): -5627722 or 11935914. OLE color: 11935914.

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

Color convert

RGB 170 32 182 -
CMYK 0.07 0.82 0 0.29
HSL 295.2º 0.7% 0.42% -
HSV(B) 295.2º 0.82% 0.71% -
XYZ 25.54 12.96 45.41 -
YUV 90.36 179.72 184.8 -
System Red Green Blue C M Y K H S L
Decimal 170 32 182 0.07 0.82 0 0.29 295.2 0.7 0.42
Hex AA 20 B6 7 52 0 1D 127 46 2A
Octal 252 40 266 7 122 0 35 447 106 52
Binary 10101010 100000 10110110 111 1010010 0 11101 100100111 1000110 101010

Color Harmonies of #AA20B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20B6

Black with #AA20B6

Text Example


Text Example

White with #AA20B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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