#AA19B7

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

Shades of Dark Orchid #AA19B7

Tints of Dark Orchid #AA19B7

Color information

#AA19B7 (or 0xAA19B7) is unknown color: approx Dark Orchid. HEX triplet: AA, 19 and B7. RGB value is (170,25,183). Sum of RGB (Red+Green+Blue) = 170+25+183=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 183 (71.88% from 255 or 48.41% from 378); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA19B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA19B7 is #55E648. Grayscale: #555555. Windows color (decimal): -5629513 or 11999658. OLE color: 11999658.

HSL color Cylindrical-coordinate representation of color #AA19B7: hue angle of 295.06º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA19B7 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17025183-
CMYK0.070.8600.28
HSL295.06º75.96%40.78%-
HSV(B)295.06º86.34%71.76%-
XYZ25.4712.6645.9-
YUV86.37182.54187.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 25 (10.16% from 255) = 6.61%
BLUE value IS 183 (71.88% from 255) = 48.41%
R=44.97%
G=6.61%
B=48.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170251830.070.8600.28295.0675.9640.78
HexAA19B775601C1274c29
Octal25231267712603444711451
Binary10101010110011011011111110101100111001001001111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA19B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA19B7; }

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

 H1.HeaderClassName
 {
   color: #AA19B7;
 }
 .AnyTagClassName
 {
   color: #AA19B7;
 }
</style>
background-color css

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

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

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

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

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

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