#AC6BAB

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

Shades of Violet Blue #AC6BAB

Tints of Violet Blue #AC6BAB

Color information

#AC6BAB (or 0xAC6BAB) is unknown color: approx Violet Blue. HEX triplet: AC, 6B and AB. RGB value is (172,107,171). Sum of RGB (Red+Green+Blue) = 172+107+171=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6BAB is #539454. Grayscale: #858585. Windows color (decimal): -5477461 or 11234220. OLE color: 11234220.

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

Color convert

RGB172107171-
CMYK00.380.010.33
HSL300.92º28.14%54.71%-
HSV(B)300.92º37.79%67.45%-
XYZ29.6222.2341.26-
YUV133.73149.03155.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 107 (42.19% from 255) = 23.78%
BLUE value IS 171 (67.19% from 255) = 38%
R=38.22%
G=23.78%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210717100.380.010.33300.9228.1454.71
HexAC6BAB02612112d1c37
Octal2541532530461414553467
Binary101011001101011101010110100110110000110010110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6BAB; }

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

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

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

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

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

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

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

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