#AC67AA

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

Shades of Violet Blue #AC67AA

Tints of Violet Blue #AC67AA

Color information

#AC67AA (or 0xAC67AA) is unknown color: approx Violet Blue. HEX triplet: AC, 67 and AA. RGB value is (172,103,170). Sum of RGB (Red+Green+Blue) = 172+103+170=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC67AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC67AA is #539855. Grayscale: #838383. Windows color (decimal): -5478486 or 11167660. OLE color: 11167660.

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

Color convert

RGB172103170-
CMYK00.400.010.33
HSL301.74º29.36%53.92%-
HSV(B)301.74º40.12%67.45%-
XYZ29.1221.3740.62-
YUV131.27149.86157.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 103 (40.62% from 255) = 23.15%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=38.65%
G=23.15%
B=38.20%

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
Decimal17210317000.400.010.33301.7429.3653.92
HexAC67AA02812112e1d36
Octal2541472520501414563566
Binary101011001100111101010100101000110000110010111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC67AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC67AA; }

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

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

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

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

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

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

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

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