#AB6A9C

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

Shades of Violet Blue #AB6A9C

Tints of Violet Blue #AB6A9C

Color information

#AB6A9C (or 0xAB6A9C) is unknown color: approx Violet Blue. HEX triplet: AB, 6A and 9C. RGB value is (171,106,156). Sum of RGB (Red+Green+Blue) = 171+106+156=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6A9C is #549563. Grayscale: #838383. Windows color (decimal): -5543268 or 10250923. OLE color: 10250923.

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

Color convert

RGB171106156-
CMYK00.380.090.33
HSL313.85º27.9%54.31%-
HSV(B)313.85º38.01%67.06%-
XYZ27.9521.3734.1-
YUV131.14142.03156.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 106 (41.80% from 255) = 24.48%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=39.49%
G=24.48%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110615600.380.090.33313.8527.954.31
HexAB6A9C02692113a1c36
Octal25315223404611414723466
Binary101010111101010100111000100110100110000110011101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A9C; }

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

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

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

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

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

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

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

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