#AC459D

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

Shades of Violet Blue #AC459D

Tints of Violet Blue #AC459D

Color information

#AC459D (or 0xAC459D) is unknown color: approx Violet Blue. HEX triplet: AC, 45 and 9D. RGB value is (172,69,157). Sum of RGB (Red+Green+Blue) = 172+69+157=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC459D is #53BA62. Grayscale: #6D6D6D. Windows color (decimal): -5487203 or 10306988. OLE color: 10306988.

HSL color Cylindrical-coordinate representation of color #AC459D: hue angle of 308.74º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC459D is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17269157-
CMYK00.600.090.33
HSL308.74º42.74%47.25%-
HSV(B)308.74º59.88%67.45%-
XYZ25.2315.4633.55-
YUV109.83154.62172.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 69 (27.34% from 255) = 17.34%
BLUE value IS 157 (61.72% from 255) = 39.45%
R=43.22%
G=17.34%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726915700.600.090.33308.7442.7447.25
HexAC459D03C9211352b2f
Octal25410523507411414655357
Binary1010110010001011001110101111001001100001100110101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC459D; }

 p { color: rgb(172,69,157); }

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

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

 a { background-color: rgb(172,69,157); }

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

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

 span { border-color: rgb(172,69,157); }

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