#AC67AB

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

Shades of Violet Blue #AC67AB

Tints of Violet Blue #AC67AB

Color information

#AC67AB (or 0xAC67AB) is unknown color: approx Violet Blue. HEX triplet: AC, 67 and AB. RGB value is (172,103,171). Sum of RGB (Red+Green+Blue) = 172+103+171=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC67AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC67AB is #539854. Grayscale: #838383. Windows color (decimal): -5478485 or 11233196. OLE color: 11233196.

HSL color Cylindrical-coordinate representation of color #AC67AB: hue angle of 300.87º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC67AB is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB172103171-
CMYK00.400.010.33
HSL300.87º29.36%53.92%-
HSV(B)300.87º40.12%67.45%-
XYZ29.2121.4141.12-
YUV131.38150.36156.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 103 (40.62% from 255) = 23.09%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=38.57%
G=23.09%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210317100.400.010.33300.8729.3653.92
HexAC67AB02812112d1d36
Octal2541472530501414553566
Binary101011001100111101010110101000110000110010110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC67AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC67AB; }

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

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

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

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

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

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

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

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