#AB6FAB

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

Shades of Violet Blue #AB6FAB

Tints of Violet Blue #AB6FAB

Color information

#AB6FAB (or 0xAB6FAB) is unknown color: approx Violet Blue. HEX triplet: AB, 6F and AB. RGB value is (171,111,171). Sum of RGB (Red+Green+Blue) = 171+111+171=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB6FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6FAB is #549054. Grayscale: #878787. Windows color (decimal): -5541973 or 11235243. OLE color: 11235243.

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

Color convert

RGB171111171-
CMYK00.3500.33
HSL300º26.32%55.29%-
HSV(B)300º35.09%67.06%-
XYZ29.8322.9741.39-
YUV135.78147.88153.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 111 (43.75% from 255) = 24.50%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=37.75%
G=24.50%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111117100.3500.3330026.3255.29
HexAB6FAB02302112c1a37
Octal2531572530430414543267
Binary101010111101111101010110100011010000110010110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6FAB; }

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

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

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

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

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

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

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

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