#AB6CAC

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

Shades of Violet Blue #AB6CAC

Tints of Violet Blue #AB6CAC

Color information

#AB6CAC (or 0xAB6CAC) is unknown color: approx Violet Blue. HEX triplet: AB, 6C and AC. RGB value is (171,108,172). Sum of RGB (Red+Green+Blue) = 171+108+172=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB6CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6CAC is #549353. Grayscale: #858585. Windows color (decimal): -5542740 or 11300011. OLE color: 11300011.

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

Color convert

RGB171108172-
CMYK0.010.3700.33
HSL299.06º27.83%54.9%-
HSV(B)299.06º37.21%67.45%-
XYZ29.622.3641.79-
YUV134.13149.37154.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.92%
GREEN value IS 108 (42.58% from 255) = 23.95%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=37.92%
G=23.95%
B=38.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711081720.010.3700.33299.0627.8354.9
HexAB6CAC12502112b1c37
Octal2531542541450414533467
Binary101010111101100101011001100101010000110010101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6CAC; }

 p { color: rgb(171,108,172); }

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

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

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

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

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

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

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