Html Css Color HEX #AA19CB Dark Orchid

📋 copy color: '#AA19CB'

red 170 ◦ green 25 ◦ blue 203

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

Shades of Dark Orchid #AA19CB

Tints of Dark Orchid #AA19CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 42.71%
G = 6.28%
B = 51.01%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA19CB (or 0xAA19CB) is known color: Dark Orchid. HEX triplet: AA, 19 and CB. RGB value is (170,25,203). Sum of RGB (Red+Green+Blue) = 170+25+203=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA19CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA19CB is #55E634. Grayscale: #585858. Windows color (decimal): -5629493 or 13310378. OLE color: 13310378.

HSL color Cylindrical-coordinate representation of color #AA19CB: hue angle of 288.88º 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 #AA19CB is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 25 203 -
CMYK 0.16 0.88 0 0.20
HSL 288.88º 0.78% 0.45% -
HSV(B) 288.88º 0.88% 0.8% -
XYZ 27.7 13.55 57.66 -
YUV 88.65 192.54 186.03 -
System Red Green Blue C M Y K H S L
Decimal 170 25 203 0.16 0.88 0 0.20 288.88 0.78 0.45
Hex AA 19 CB 10 58 0 14 121 4E 2D
Octal 252 31 313 20 130 0 24 441 116 55
Binary 10101010 11001 11001011 10000 1011000 0 10100 100100001 1001110 101101

Color Harmonies of #AA19CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA19CB

Black with #AA19CB

Text Example


Text Example

White with #AA19CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA19CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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