#AB1EB0

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

Shades of Dark Orchid #AB1EB0

Tints of Dark Orchid #AB1EB0

Color information

#AB1EB0 (or 0xAB1EB0) is unknown color: approx Dark Orchid. HEX triplet: AB, 1E and B0. RGB value is (171,30,176). Sum of RGB (Red+Green+Blue) = 171+30+176=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 176 (69.14% from 255 or 46.68% from 377); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB1EB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1EB0 is #54E14F. Grayscale: #585858. Windows color (decimal): -5562704 or 11542187. OLE color: 11542187.

HSL color Cylindrical-coordinate representation of color #AB1EB0: hue angle of 297.95º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB1EB0 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17130176-
CMYK0.030.8300.31
HSL297.95º70.87%40.39%-
HSV(B)297.95º82.95%69.02%-
XYZ25.112.7242.21-
YUV88.8177.21186.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 30 (12.11% from 255) = 7.96%
BLUE value IS 176 (69.14% from 255) = 46.68%
R=45.36%
G=7.96%
B=46.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171301760.030.8300.31297.9570.8740.39
HexAB1EB035301F12a4728
Octal25336260312303745210750
Binary1010101111110101100001110100110111111001010101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1EB0; }

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

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

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

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

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

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

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

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