#AB18E0

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

Shades of Dark Violet #AB18E0

Tints of Dark Violet #AB18E0

Color information

#AB18E0 (or 0xAB18E0) is unknown color: approx Dark Violet. HEX triplet: AB, 18 and E0. RGB value is (171,24,224). Sum of RGB (Red+Green+Blue) = 171+24+224=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB18E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB18E0 is #54E71F. Grayscale: #5A5A5A. Windows color (decimal): -5564192 or 14686379. OLE color: 14686379.

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

Color convert

RGB17124224-
CMYK0.240.8900.12
HSL284.1º80.65%48.63%-
HSV(B)284.1º89.29%87.84%-
XYZ30.5814.6971.75-
YUV90.75203.2185.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 24 (9.77% from 255) = 5.73%
BLUE value IS 224 (87.89% from 255) = 53.46%
R=40.81%
G=5.73%
B=53.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal171242240.240.8900.12284.180.6548.63
HexAB18E018590C11c5131
Octal253303403013101443412161
Binary101010111100011100000110001011001011001000111001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB18E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB18E0; }

 p { color: rgb(171,24,224); }

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

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

 a { background-color: rgb(171,24,224); }

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

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

 span { border-color: rgb(171,24,224); }

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