#AA31CC

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

Shades of Dark Orchid #AA31CC

Tints of Dark Orchid #AA31CC

Color information

#AA31CC (or 0xAA31CC) is unknown color: approx Dark Orchid. HEX triplet: AA, 31 and CC. RGB value is (170,49,204). Sum of RGB (Red+Green+Blue) = 170+49+204=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA31CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA31CC is #55CE33. Grayscale: #666666. Windows color (decimal): -5623348 or 13382058. OLE color: 13382058.

HSL color Cylindrical-coordinate representation of color #AA31CC: hue angle of 286.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA31CC is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17049204-
CMYK0.170.7600.2
HSL286.84º61.26%49.61%-
HSV(B)286.84º75.98%80%-
XYZ28.5715.158.54-
YUV102.85185.09175.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 49 (19.53% from 255) = 11.58%
BLUE value IS 204 (80.08% from 255) = 48.23%
R=40.19%
G=11.58%
B=48.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170492040.170.7600.2286.8461.2649.61
HexAA31CC114C01411f3d32
Octal25261314211140244377562
Binary1010101011000111001100100011001100010100100011111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA31CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA31CC; }

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

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

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

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

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

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

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

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