#AB6BAA

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

Shades of Violet Blue #AB6BAA

Tints of Violet Blue #AB6BAA

Color information

#AB6BAA (or 0xAB6BAA) is unknown color: approx Violet Blue. HEX triplet: AB, 6B and AA. RGB value is (171,107,170). Sum of RGB (Red+Green+Blue) = 171+107+170=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6BAA is #549455. Grayscale: #858585. Windows color (decimal): -5542998 or 11168683. OLE color: 11168683.

HSL color Cylindrical-coordinate representation of color #AB6BAA: hue angle of 300.94º 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 #AB6BAA is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB171107170-
CMYK00.370.010.33
HSL300.94º27.59%54.51%-
HSV(B)300.94º37.43%67.06%-
XYZ29.3122.0840.75-
YUV133.32148.7154.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 107 (42.19% from 255) = 23.88%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=38.17%
G=23.88%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110717000.370.010.33300.9427.5954.51
HexAB6BAA02512112d1c37
Octal2531532520451414553467
Binary101010111101011101010100100101110000110010110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6BAA; }

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

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

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

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

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

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

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

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