Html Css Color HEX #AA20CC Dark Orchid

📋 copy color: '#AA20CC'

red 170 ◦ green 32 ◦ blue 204

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

Shades of Dark Orchid #AA20CC

Tints of Dark Orchid #AA20CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 41.87%
G = 7.88%
B = 50.25%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA20CC (or 0xAA20CC) is known color: Dark Orchid. HEX triplet: AA, 20 and CC. RGB value is (170,32,204). Sum of RGB (Red+Green+Blue) = 170+32+204=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA20CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20CC is #55DF33. Grayscale: #5C5C5C. Windows color (decimal): -5627700 or 13377706. OLE color: 13377706.

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

Color convert

RGB 170 32 204 -
CMYK 0.17 0.84 0 0.2
HSL 288.14º 0.73% 0.46% -
HSV(B) 288.14º 0.84% 0.8% -
XYZ 27.99 13.94 58.34 -
YUV 92.87 190.72 183.01 -
System Red Green Blue C M Y K H S L
Decimal 170 32 204 0.17 0.84 0 0.2 288.14 0.73 0.46
Hex AA 20 CC 11 54 0 14 120 49 2E
Octal 252 40 314 21 124 0 24 440 111 56
Binary 10101010 100000 11001100 10001 1010100 0 10100 100100000 1001001 101110

Color Harmonies of #AA20CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20CC

Black with #AA20CC

Text Example


Text Example

White with #AA20CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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