Html Css Color HEX #AA19CC Dark Orchid

📋 copy color: '#AA19CC'

red 170 ◦ green 25 ◦ blue 204

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

Shades of Dark Orchid #AA19CC

Tints of Dark Orchid #AA19CC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.27%

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

R = 42.61%
G = 6.27%
B = 51.13%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA19CC (or 0xAA19CC) is known color: Dark Orchid. HEX triplet: AA, 19 and CC. RGB value is (170,25,204). Sum of RGB (Red+Green+Blue) = 170+25+204=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA19CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA19CC is #55E633. Grayscale: #585858. Windows color (decimal): -5629492 or 13375914. OLE color: 13375914.

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

Color convert

RGB 170 25 204 -
CMYK 0.17 0.88 0 0.2
HSL 288.6º 0.78% 0.45% -
HSV(B) 288.6º 0.88% 0.8% -
XYZ 27.82 13.6 58.29 -
YUV 88.76 193.04 185.95 -
System Red Green Blue C M Y K H S L
Decimal 170 25 204 0.17 0.88 0 0.2 288.6 0.78 0.45
Hex AA 19 CC 11 58 0 14 121 4E 2D
Octal 252 31 314 21 130 0 24 441 116 55
Binary 10101010 11001 11001100 10001 1011000 0 10100 100100001 1001110 101101

Color Harmonies of #AA19CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA19CC

Black with #AA19CC

Text Example


Text Example

White with #AA19CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA19CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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