#AB28AE

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

Shades of Dark Orchid #AB28AE

Tints of Dark Orchid #AB28AE

Color information

#AB28AE (or 0xAB28AE) is unknown color: approx Dark Orchid. HEX triplet: AB, 28 and AE. RGB value is (171,40,174). Sum of RGB (Red+Green+Blue) = 171+40+174=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB28AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB28AE is #54D751. Grayscale: #5E5E5E. Windows color (decimal): -5560146 or 11413675. OLE color: 11413675.

HSL color Cylindrical-coordinate representation of color #AB28AE: hue angle of 298.66º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB28AE is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17140174-
CMYK0.020.7700.32
HSL298.66º62.62%41.96%-
HSV(B)298.66º77.01%68.24%-
XYZ25.1913.2341.27-
YUV94.44172.9182.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.42%
GREEN value IS 40 (16.02% from 255) = 10.39%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=44.42%
G=10.39%
B=45.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171401740.020.7700.32298.6662.6241.96
HexAB28AE24D02012b3f2a
Octal2535025621150404537752
Binary10101011101000101011101010011010100000100101011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB28AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB28AE; }

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

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

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

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

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

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

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

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