#AB28E1

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

Shades of Dark Orchid #AB28E1

Tints of Dark Orchid #AB28E1

Color information

#AB28E1 (or 0xAB28E1) is unknown color: approx Dark Orchid. HEX triplet: AB, 28 and E1. RGB value is (171,40,225). Sum of RGB (Red+Green+Blue) = 171+40+225=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB28E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28E1 is #54D71E. Grayscale: #636363. Windows color (decimal): -5560095 or 14756011. OLE color: 14756011.

HSL color Cylindrical-coordinate representation of color #AB28E1: hue angle of 282.49º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB28E1 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17140225-
CMYK0.240.8200.12
HSL282.49º75.51%51.96%-
HSV(B)282.49º82.22%88.24%-
XYZ31.1415.6172.61-
YUV100.26198.4178.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 40 (16.02% from 255) = 9.17%
BLUE value IS 225 (88.28% from 255) = 51.61%
R=39.22%
G=9.17%
B=51.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal171402250.240.8200.12282.4975.5151.96
HexAB28E118520C11a4c34
Octal253503413012201443211464
Binary1010101110100011100001110001010010011001000110101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB28E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB28E1; }

 p { color: rgb(171,40,225); }

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

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

 a { background-color: rgb(171,40,225); }

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

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

 span { border-color: rgb(171,40,225); }

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