#AC4BA6

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

Shades of Violet Blue #AC4BA6

Tints of Violet Blue #AC4BA6

Color information

#AC4BA6 (or 0xAC4BA6) is unknown color: approx Violet Blue. HEX triplet: AC, 4B and A6. RGB value is (172,75,166). Sum of RGB (Red+Green+Blue) = 172+75+166=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4BA6 is #53B459. Grayscale: #727272. Windows color (decimal): -5485658 or 10898348. OLE color: 10898348.

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

Color convert

RGB17275166-
CMYK00.560.030.33
HSL303.71º39.27%48.43%-
HSV(B)303.71º56.4%67.45%-
XYZ26.4116.5637.88-
YUV114.38157.14169.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 75 (29.69% from 255) = 18.16%
BLUE value IS 166 (65.23% from 255) = 40.19%
R=41.65%
G=18.16%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727516600.560.030.33303.7139.2748.43
HexAC4BA60383211302730
Octal2541132460703414604760
Binary10101100100101110100110011100011100001100110000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4BA6; }

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

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

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

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

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

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

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

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