Html Css Color HEX #AA19CF Dark Orchid

📋 copy color: '#AA19CF'

red 170 ◦ green 25 ◦ blue 207

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

Shades of Dark Orchid #AA19CF

Tints of Dark Orchid #AA19CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 42.29%
G = 6.22%
B = 51.49%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA19CF (or 0xAA19CF) is known color: Dark Orchid. HEX triplet: AA, 19 and CF. RGB value is (170,25,207). Sum of RGB (Red+Green+Blue) = 170+25+207=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA19CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA19CF is #55E630. Grayscale: #585858. Windows color (decimal): -5629489 or 13572522. OLE color: 13572522.

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

Color convert

RGB 170 25 207 -
CMYK 0.18 0.88 0 0.19
HSL 287.8º 0.78% 0.45% -
HSV(B) 287.8º 0.88% 0.81% -
XYZ 28.19 13.75 60.2 -
YUV 89.1 194.54 185.7 -
System Red Green Blue C M Y K H S L
Decimal 170 25 207 0.18 0.88 0 0.19 287.8 0.78 0.45
Hex AA 19 CF 12 58 0 13 120 4E 2D
Octal 252 31 317 22 130 0 23 440 116 55
Binary 10101010 11001 11001111 10010 1011000 0 10011 100100000 1001110 101101

Color Harmonies of #AA19CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA19CF

Black with #AA19CF

Text Example


Text Example

White with #AA19CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA19CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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