#AC75A6

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

Shades of Violet Blue #AC75A6

Tints of Violet Blue #AC75A6

Color information

#AC75A6 (or 0xAC75A6) is unknown color: approx Violet Blue. HEX triplet: AC, 75 and A6. RGB value is (172,117,166). Sum of RGB (Red+Green+Blue) = 172+117+166=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC75A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC75A6 is #538A59. Grayscale: #8A8A8A. Windows color (decimal): -5474906 or 10909100. OLE color: 10909100.

HSL color Cylindrical-coordinate representation of color #AC75A6: hue angle of 306.55º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC75A6 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB172117166-
CMYK00.320.030.33
HSL306.55º24.89%56.67%-
HSV(B)306.55º31.98%67.45%-
XYZ30.2624.2539.16-
YUV139.03143.22151.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 166 (65.23% from 255) = 36.48%
R=37.80%
G=25.71%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211716600.320.030.33306.5524.8956.67
HexAC75A60203211331939
Octal2541652460403414633171
Binary1010110011101011010011001000001110000110011001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC75A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC75A6; }

 p { color: rgb(172,117,166); }

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

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

 a { background-color: rgb(172,117,166); }

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

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

 span { border-color: rgb(172,117,166); }

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