#AB1EAC

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

Shades of Dark Orchid #AB1EAC

Tints of Dark Orchid #AB1EAC

Color information

#AB1EAC (or 0xAB1EAC) is unknown color: approx Dark Orchid. HEX triplet: AB, 1E and AC. RGB value is (171,30,172). Sum of RGB (Red+Green+Blue) = 171+30+172=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB1EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1EAC is #54E153. Grayscale: #575757. Windows color (decimal): -5562708 or 11280043. OLE color: 11280043.

HSL color Cylindrical-coordinate representation of color #AB1EAC: hue angle of 299.58º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB1EAC is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17130172-
CMYK0.010.8300.33
HSL299.58º70.3%39.61%-
HSV(B)299.58º82.56%67.45%-
XYZ24.7112.5740.15-
YUV88.35175.21186.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 30 (12.11% from 255) = 8.04%
BLUE value IS 172 (67.58% from 255) = 46.11%
R=45.84%
G=8.04%
B=46.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171301720.010.8300.33299.5870.339.61
HexAB1EAC15302112c4628
Octal25336254112304145410650
Binary1010101111110101011001101001101000011001011001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1EAC; }

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

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

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

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

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

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

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

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