Html Css Color HEX #AA19C5 Dark Orchid

📋 copy color: '#AA19C5'

red 170 ◦ green 25 ◦ blue 197

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

Shades of Dark Orchid #AA19C5

Tints of Dark Orchid #AA19C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 50.26%

R = 43.37%
G = 6.38%
B = 50.26%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AA19C5 (or 0xAA19C5) is known color: Dark Orchid. HEX triplet: AA, 19 and C5. RGB value is (170,25,197). Sum of RGB (Red+Green+Blue) = 170+25+197=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 197 (77.34% from 255 or 50.26% from 392); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA19C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA19C5 is #55E63A. Grayscale: #575757. Windows color (decimal): -5629499 or 12917162. OLE color: 12917162.

HSL color Cylindrical-coordinate representation of color #AA19C5: hue angle of 290.58º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA19C5 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 25 197 -
CMYK 0.14 0.87 0 0.23
HSL 290.58º 0.77% 0.44% -
HSV(B) 290.58º 0.87% 0.77% -
XYZ 27 13.27 53.96 -
YUV 87.96 189.54 186.51 -
System Red Green Blue C M Y K H S L
Decimal 170 25 197 0.14 0.87 0 0.23 290.58 0.77 0.44
Hex AA 19 C5 E 57 0 17 123 4D 2C
Octal 252 31 305 16 127 0 27 443 115 54
Binary 10101010 11001 11000101 1110 1010111 0 10111 100100011 1001101 101100

Color Harmonies of #AA19C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA19C5

Black with #AA19C5

Text Example


Text Example

White with #AA19C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA19C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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