#AC4B95

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

Shades of Violet Blue #AC4B95

Tints of Violet Blue #AC4B95

Color information

#AC4B95 (or 0xAC4B95) is unknown color: approx Violet Blue. HEX triplet: AC, 4B and 95. RGB value is (172,75,149). Sum of RGB (Red+Green+Blue) = 172+75+149=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4B95 is #53B46A. Grayscale: #707070. Windows color (decimal): -5485675 or 9784236. OLE color: 9784236.

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

Color convert

RGB17275149-
CMYK00.560.130.33
HSL314.23º39.27%48.43%-
HSV(B)314.23º56.4%67.45%-
XYZ24.9515.9730.2-
YUV112.44148.64170.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 75 (29.69% from 255) = 18.94%
BLUE value IS 149 (58.59% from 255) = 37.63%
R=43.43%
G=18.94%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727514900.560.130.33314.2339.2748.43
HexAC4B95038D2113a2730
Octal25411322507015414724760
Binary1010110010010111001010101110001101100001100111010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4B95; }

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

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

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

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

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

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

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

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