#AB6AAB

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

Shades of Violet Blue #AB6AAB

Tints of Violet Blue #AB6AAB

Color information

#AB6AAB (or 0xAB6AAB) is unknown color: approx Violet Blue. HEX triplet: AB, 6A and AB. RGB value is (171,106,171). Sum of RGB (Red+Green+Blue) = 171+106+171=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB6AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6AAB is #549554. Grayscale: #848484. Windows color (decimal): -5543253 or 11233963. OLE color: 11233963.

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

Color convert

RGB171106171-
CMYK00.3800.33
HSL300º27.9%54.31%-
HSV(B)300º38.01%67.06%-
XYZ29.321.9141.21-
YUV132.84149.53155.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 106 (41.80% from 255) = 23.66%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=38.17%
G=23.66%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110617100.3800.3330027.954.31
HexAB6AAB02602112c1c36
Octal2531522530460414543466
Binary101010111101010101010110100110010000110010110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6AAB; }

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

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

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

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

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

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

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

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