#AA31B9

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

Shades of Dark Orchid #AA31B9

Tints of Dark Orchid #AA31B9

Color information

#AA31B9 (or 0xAA31B9) is unknown color: approx Dark Orchid. HEX triplet: AA, 31 and B9. RGB value is (170,49,185). Sum of RGB (Red+Green+Blue) = 170+49+185=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 185 (72.66% from 255 or 45.79% from 404); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA31B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA31B9 is #55CE46. Grayscale: #646464. Windows color (decimal): -5623367 or 12136874. OLE color: 12136874.

HSL color Cylindrical-coordinate representation of color #AA31B9: hue angle of 293.38º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA31B9 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17049185-
CMYK0.080.7400.27
HSL293.38º58.12%45.88%-
HSV(B)293.38º73.51%72.55%-
XYZ26.4314.2547.26-
YUV100.68175.59177.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 49 (19.53% from 255) = 12.13%
BLUE value IS 185 (72.66% from 255) = 45.79%
R=42.08%
G=12.13%
B=45.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170491850.080.7400.27293.3858.1245.88
HexAA31B984A01B1253a2e
Octal25261271101120334457256
Binary101010101100011011100110001001010011011100100101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA31B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA31B9; }

 p { color: rgb(170,49,185); }

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

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

 a { background-color: rgb(170,49,185); }

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

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

 span { border-color: rgb(170,49,185); }

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