#AB06E4

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

Shades of Dark Violet #AB06E4

Tints of Dark Violet #AB06E4

Color information

#AB06E4 (or 0xAB06E4) is unknown color: approx Dark Violet. HEX triplet: AB, 06 and E4. RGB value is (171,6,228). Sum of RGB (Red+Green+Blue) = 171+6+228=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 228 (89.45% from 255 or 56.30% from 405); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB06E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB06E4 is #54F91B. Grayscale: #4F4F4F. Windows color (decimal): -5568796 or 14943915. OLE color: 14943915.

HSL color Cylindrical-coordinate representation of color #AB06E4: hue angle of 284.59º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB06E4 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1716228-
CMYK0.250.9700.11
HSL284.59º94.87%45.88%-
HSV(B)284.59º97.37%89.41%-
XYZ30.8614.3974.55-
YUV80.64211.16192.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 6 (2.73% from 255) = 1.48%
BLUE value IS 228 (89.45% from 255) = 56.30%
R=42.22%
G=1.48%
B=56.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal17162280.250.9700.11284.5994.8745.88
HexAB6E419610B11d5f2e
Octal25363443114101343513756
Binary1010101111011100100110011100001010111000111011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB06E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB06E4; }

 p { color: rgb(171,6,228); }

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

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

 a { background-color: rgb(171,6,228); }

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

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

 span { border-color: rgb(171,6,228); }

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