#AB31DE

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

Shades of Dark Orchid #AB31DE

Tints of Dark Orchid #AB31DE

Color information

#AB31DE (or 0xAB31DE) is unknown color: approx Dark Orchid. HEX triplet: AB, 31 and DE. RGB value is (171,49,222). Sum of RGB (Red+Green+Blue) = 171+49+222=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB31DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB31DE is #54CE21. Grayscale: #686868. Windows color (decimal): -5557794 or 14561707. OLE color: 14561707.

HSL color Cylindrical-coordinate representation of color #AB31DE: hue angle of 282.31º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB31DE is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17149222-
CMYK0.230.7800.13
HSL282.31º72.38%53.14%-
HSV(B)282.31º77.93%87.06%-
XYZ31.0816.1370.58-
YUV105.2193.92174.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 49 (19.53% from 255) = 11.09%
BLUE value IS 222 (87.11% from 255) = 50.23%
R=38.69%
G=11.09%
B=50.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171492220.230.7800.13282.3172.3853.14
HexAB31DE174E0D11a4835
Octal253613362711601543211065
Binary1010101111000111011110101111001110011011000110101001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB31DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB31DE; }

 p { color: rgb(171,49,222); }

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

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

 a { background-color: rgb(171,49,222); }

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

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

 span { border-color: rgb(171,49,222); }

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