#ab1eb8

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

Shades of Dark Orchid #AB1EB8

Tints of Dark Orchid #AB1EB8

Color information

#AB1EB8 (or 0xAB1EB8) is unknown color: approx Dark Orchid. HEX triplet: AB, 1E and B8. RGB value is (171,30,184). Sum of RGB (Red+Green+Blue) = 171+30+184=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 184 (72.27% from 255 or 47.79% from 385); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB1EB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1EB8 is #54E147. Grayscale: #595959. Windows color (decimal): -5562696 or 12066475. OLE color: 12066475.

HSL color Cylindrical-coordinate representation of color #AB1EB8: hue angle of 294.94º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1EB8 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17130184-
CMYK0.070.8400.28
HSL294.94º71.96%41.96%-
HSV(B)294.94º83.7%72.16%-
XYZ25.9113.0546.5-
YUV89.72181.21185.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.42%
GREEN value IS 30 (12.11% from 255) = 7.79%
BLUE value IS 184 (72.27% from 255) = 47.79%
R=44.42%
G=7.79%
B=47.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171301840.070.8400.28294.9471.9641.96
HexAB1EB875401C127482a
Octal25336270712403444711052
Binary10101011111101011100011110101000111001001001111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab1eb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab1eb8; }

 p { color: rgb(171,30,184); }

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

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

 a { background-color: rgb(171,30,184); }

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

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

 span { border-color: rgb(171,30,184); }

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