#AC45AB

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

Shades of Violet Blue #AC45AB

Tints of Violet Blue #AC45AB

Color information

#AC45AB (or 0xAC45AB) is unknown color: approx Violet Blue. HEX triplet: AC, 45 and AB. RGB value is (172,69,171). Sum of RGB (Red+Green+Blue) = 172+69+171=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC45AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC45AB is #53BA54. Grayscale: #6F6F6F. Windows color (decimal): -5487189 or 11224492. OLE color: 11224492.

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

Color convert

RGB17269171-
CMYK00.600.010.33
HSL300.58º42.74%47.25%-
HSV(B)300.58º59.88%67.45%-
XYZ26.4915.9740.21-
YUV111.42161.62171.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 69 (27.34% from 255) = 16.75%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=41.75%
G=16.75%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726917100.600.010.33300.5842.7447.25
HexAC45AB03C12112d2b2f
Octal2541052530741414555357
Binary1010110010001011010101101111001100001100101101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC45AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC45AB; }

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

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

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

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

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

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

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

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