#AB27DE

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

Shades of Dark Orchid #AB27DE

Tints of Dark Orchid #AB27DE

Color information

#AB27DE (or 0xAB27DE) is unknown color: approx Dark Orchid. HEX triplet: AB, 27 and DE. RGB value is (171,39,222). Sum of RGB (Red+Green+Blue) = 171+39+222=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB27DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB27DE is #54D821. Grayscale: #626262. Windows color (decimal): -5560354 or 14559147. OLE color: 14559147.

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

Color convert

RGB17139222-
CMYK0.230.8200.13
HSL283.28º73.49%51.18%-
HSV(B)283.28º82.43%87.06%-
XYZ30.715.3870.46-
YUV99.33197.23179.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.58%
GREEN value IS 39 (15.62% from 255) = 9.03%
BLUE value IS 222 (87.11% from 255) = 51.39%
R=39.58%
G=9.03%
B=51.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171392220.230.8200.13283.2873.4951.18
HexAB27DE17520D11b4933
Octal253473362712201543311163
Binary1010101110011111011110101111010010011011000110111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB27DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB27DE; }

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

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

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

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

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

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

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

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