#AA19C5

Color #AA19C5 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AA19C5

Tints of Dark Orchid #AA19C5

Color information

#AA19C5 (or 0xAA19C5) is unknown color: approx 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

RGB17025197-
CMYK0.140.8700.23
HSL290.58º77.48%43.53%-
HSV(B)290.58º87.31%77.25%-
XYZ2713.2753.96-
YUV87.96189.54186.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0.14
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170251970.140.8700.23290.5877.4843.53
HexAA19C5E570171234d2c
Octal252313051612702744311554
Binary101010101100111000101111010101110101111001000111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA19C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>