#AC459B

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

Shades of Violet Blue #AC459B

Tints of Violet Blue #AC459B

Color information

#AC459B (or 0xAC459B) is unknown color: approx Violet Blue. HEX triplet: AC, 45 and 9B. RGB value is (172,69,155). Sum of RGB (Red+Green+Blue) = 172+69+155=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC459B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC459B is #53BA64. Grayscale: #6D6D6D. Windows color (decimal): -5487205 or 10175916. OLE color: 10175916.

HSL color Cylindrical-coordinate representation of color #AC459B: hue angle of 309.9º 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 #AC459B is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB17269155-
CMYK00.600.100.33
HSL309.9º42.74%47.25%-
HSV(B)309.9º59.88%67.45%-
XYZ25.0615.3932.66-
YUV109.6153.62172.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 69 (27.34% from 255) = 17.42%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=43.43%
G=17.42%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726915500.600.100.33309.942.7447.25
HexAC459B03CA211362b2f
Octal25410523307412414665357
Binary1010110010001011001101101111001010100001100110110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC459B; }

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

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

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

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

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

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

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

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