#AC5E95

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

Shades of Violet Blue #AC5E95

Tints of Violet Blue #AC5E95

Color information

#AC5E95 (or 0xAC5E95) is unknown color: approx Violet Blue. HEX triplet: AC, 5E and 95. RGB value is (172,94,149). Sum of RGB (Red+Green+Blue) = 172+94+149=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5E95 is #53A16A. Grayscale: #7B7B7B. Windows color (decimal): -5480811 or 9789100. OLE color: 9789100.

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

Color convert

RGB17294149-
CMYK00.450.130.33
HSL317.69º31.97%52.16%-
HSV(B)317.69º45.35%67.45%-
XYZ26.4418.9530.7-
YUV123.59142.34162.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 94 (37.11% from 255) = 22.65%
BLUE value IS 149 (58.59% from 255) = 35.90%
R=41.45%
G=22.65%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729414900.450.130.33317.6931.9752.16
HexAC5E9502DD2113e2034
Octal25413622505515414764064
Binary1010110010111101001010101011011101100001100111110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5E95; }

 p { color: rgb(172,94,149); }

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

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

 a { background-color: rgb(172,94,149); }

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

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

 span { border-color: rgb(172,94,149); }

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