#AB27DC

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

Shades of Dark Orchid #AB27DC

Tints of Dark Orchid #AB27DC

Color information

#AB27DC (or 0xAB27DC) is unknown color: approx Dark Orchid. HEX triplet: AB, 27 and DC. RGB value is (171,39,220). Sum of RGB (Red+Green+Blue) = 171+39+220=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB27DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB27DC is #54D823. Grayscale: #626262. Windows color (decimal): -5560356 or 14428075. OLE color: 14428075.

HSL color Cylindrical-coordinate representation of color #AB27DC: hue angle of 283.76º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB27DC is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17139220-
CMYK0.220.8200.14
HSL283.76º72.11%50.78%-
HSV(B)283.76º82.27%86.27%-
XYZ30.4415.2869.05-
YUV99.1196.23179.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.77%
GREEN value IS 39 (15.62% from 255) = 9.07%
BLUE value IS 220 (86.33% from 255) = 51.16%
R=39.77%
G=9.07%
B=51.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal171392200.220.8200.14283.7672.1150.78
HexAB27DC16520E11c4833
Octal253473342612201643411063
Binary1010101110011111011100101101010010011101000111001001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB27DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB27DC; }

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

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

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

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

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

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

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

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