Html Css Color HEX #AA19D0 Dark Orchid

📋 copy color: '#AA19D0'

red 170 ◦ green 25 ◦ blue 208

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

Shades of Dark Orchid #AA19D0

Tints of Dark Orchid #AA19D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.61%

R = 42.18%
G = 6.2%
B = 51.61%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA19D0 (or 0xAA19D0) is known color: Dark Orchid. HEX triplet: AA, 19 and D0. RGB value is (170,25,208). Sum of RGB (Red+Green+Blue) = 170+25+208=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA19D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA19D0 is #55E62F. Grayscale: #585858. Windows color (decimal): -5629488 or 13638058. OLE color: 13638058.

HSL color Cylindrical-coordinate representation of color #AA19D0: hue angle of 287.54º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA19D0 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 25 208 -
CMYK 0.18 0.88 0 0.18
HSL 287.54º 0.79% 0.46% -
HSV(B) 287.54º 0.88% 0.82% -
XYZ 28.31 13.8 60.85 -
YUV 89.22 195.04 185.62 -
System Red Green Blue C M Y K H S L
Decimal 170 25 208 0.18 0.88 0 0.18 287.54 0.79 0.46
Hex AA 19 D0 12 58 0 12 120 4F 2E
Octal 252 31 320 22 130 0 22 440 117 56
Binary 10101010 11001 11010000 10010 1011000 0 10010 100100000 1001111 101110

Color Harmonies of #AA19D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA19D0

Black with #AA19D0

Text Example


Text Example

White with #AA19D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA19D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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