#AC67AE

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

Shades of Violet Blue #AC67AE

Tints of Violet Blue #AC67AE

Color information

#AC67AE (or 0xAC67AE) is unknown color: approx Violet Blue. HEX triplet: AC, 67 and AE. RGB value is (172,103,174). Sum of RGB (Red+Green+Blue) = 172+103+174=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC67AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC67AE is #539851. Grayscale: #838383. Windows color (decimal): -5478482 or 11429804. OLE color: 11429804.

HSL color Cylindrical-coordinate representation of color #AC67AE: hue angle of 298.31º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC67AE is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172103174-
CMYK0.010.4100.32
HSL298.31º30.47%54.31%-
HSV(B)298.31º40.8%68.24%-
XYZ29.521.5342.64-
YUV131.72151.86156.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 103 (40.62% from 255) = 22.94%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=38.31%
G=22.94%
B=38.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721031740.010.4100.32298.3130.4754.31
HexAC67AE12902012a1e36
Octal2541472561510404523666
Binary101011001100111101011101101001010000010010101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC67AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC67AE; }

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

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

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

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

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

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

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

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