#AA31BD

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

Shades of Dark Orchid #AA31BD

Tints of Dark Orchid #AA31BD

Color information

#AA31BD (or 0xAA31BD) is unknown color: approx Dark Orchid. HEX triplet: AA, 31 and BD. RGB value is (170,49,189). Sum of RGB (Red+Green+Blue) = 170+49+189=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA31BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA31BD is #55CE42. Grayscale: #646464. Windows color (decimal): -5623363 or 12399018. OLE color: 12399018.

HSL color Cylindrical-coordinate representation of color #AA31BD: hue angle of 291.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA31BD is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17049189-
CMYK0.100.7400.26
HSL291.86º58.82%46.67%-
HSV(B)291.86º74.07%74.12%-
XYZ26.8614.4249.51-
YUV101.14177.59177.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 49 (19.53% from 255) = 12.01%
BLUE value IS 189 (74.22% from 255) = 46.32%
R=41.67%
G=12.01%
B=46.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170491890.100.7400.26291.8658.8246.67
HexAA31BDA4A01A1243b2f
Octal25261275121120324447357
Binary101010101100011011110110101001010011010100100100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA31BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA31BD; }

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

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

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

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

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

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

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

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