#AB6BAB

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

Shades of Violet Blue #AB6BAB

Tints of Violet Blue #AB6BAB

Color information

#AB6BAB (or 0xAB6BAB) is unknown color: approx Violet Blue. HEX triplet: AB, 6B and AB. RGB value is (171,107,171). Sum of RGB (Red+Green+Blue) = 171+107+171=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB6BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6BAB is #549454. Grayscale: #858585. Windows color (decimal): -5542997 or 11234219. OLE color: 11234219.

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

Color convert

RGB171107171-
CMYK00.3700.33
HSL300º27.59%54.51%-
HSV(B)300º37.43%67.06%-
XYZ29.422.1141.25-
YUV133.43149.2154.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 107 (42.19% from 255) = 23.83%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=38.08%
G=23.83%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110717100.3700.3330027.5954.51
HexAB6BAB02502112c1c37
Octal2531532530450414543467
Binary101010111101011101010110100101010000110010110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6BAB; }

 p { color: rgb(171,107,171); }

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

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

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

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

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

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

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