#AC6FAB

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

Shades of Violet Blue #AC6FAB

Tints of Violet Blue #AC6FAB

Color information

#AC6FAB (or 0xAC6FAB) is unknown color: approx Violet Blue. HEX triplet: AC, 6F and AB. RGB value is (172,111,171). Sum of RGB (Red+Green+Blue) = 172+111+171=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6FAB is #539054. Grayscale: #878787. Windows color (decimal): -5476437 or 11235244. OLE color: 11235244.

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

Color convert

RGB172111171-
CMYK00.350.010.33
HSL300.98º26.87%55.49%-
HSV(B)300.98º35.47%67.45%-
XYZ30.0523.0841.4-
YUV136.08147.71153.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.89%
GREEN value IS 111 (43.75% from 255) = 24.45%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=37.89%
G=24.45%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211117100.350.010.33300.9826.8755.49
HexAC6FAB02312112d1b37
Octal2541572530431414553367
Binary101011001101111101010110100011110000110010110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6FAB; }

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

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

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

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

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

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

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

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