#AC67AF

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

Shades of Violet Blue #AC67AF

Tints of Violet Blue #AC67AF

Color information

#AC67AF (or 0xAC67AF) is unknown color: approx Violet Blue. HEX triplet: AC, 67 and AF. RGB value is (172,103,175). Sum of RGB (Red+Green+Blue) = 172+103+175=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC67AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC67AF is #539850. Grayscale: #838383. Windows color (decimal): -5478481 or 11495340. OLE color: 11495340.

HSL color Cylindrical-coordinate representation of color #AC67AF: hue angle of 297.5º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC67AF is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172103175-
CMYK0.020.4100.31
HSL297.5º31.03%54.51%-
HSV(B)297.5º41.14%68.63%-
XYZ29.621.5743.16-
YUV131.84152.36156.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 103 (40.62% from 255) = 22.89%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=38.22%
G=22.89%
B=38.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721031750.020.4100.31297.531.0354.51
HexAC67AF22901F12a1f37
Octal2541472572510374523767
Binary101011001100111101011111010100101111110010101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC67AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC67AF; }

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

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

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

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

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

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

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

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