#AB6DA8

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

Shades of Violet Blue #AB6DA8

Tints of Violet Blue #AB6DA8

Color information

#AB6DA8 (or 0xAB6DA8) is unknown color: approx Violet Blue. HEX triplet: AB, 6D and A8. RGB value is (171,109,168). Sum of RGB (Red+Green+Blue) = 171+109+168=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 168 (66.02% from 255 or 37.5% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6DA8 is #549257. Grayscale: #868686. Windows color (decimal): -5542488 or 11038123. OLE color: 11038123.

HSL color Cylindrical-coordinate representation of color #AB6DA8: hue angle of 302.9º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB6DA8 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB171109168-
CMYK00.360.020.33
HSL302.9º26.96%54.9%-
HSV(B)302.9º36.26%67.06%-
XYZ29.3322.4239.83-
YUV134.26147.04154.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 109 (42.97% from 255) = 24.33%
BLUE value IS 168 (66.02% from 255) = 37.5%
R=38.17%
G=24.33%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110916800.360.020.33302.926.9654.9
HexAB6DA802422112f1b37
Octal2531552500442414573367
Binary1010101111011011010100001001001010000110010111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6DA8; }

 p { color: rgb(171,109,168); }

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

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

 a { background-color: rgb(171,109,168); }

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

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

 span { border-color: rgb(171,109,168); }

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