#AC4F9B

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

Shades of Violet Blue #AC4F9B

Tints of Violet Blue #AC4F9B

Color information

#AC4F9B (or 0xAC4F9B) is unknown color: approx Violet Blue. HEX triplet: AC, 4F and 9B. RGB value is (172,79,155). Sum of RGB (Red+Green+Blue) = 172+79+155=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4F9B is #53B064. Grayscale: #737373. Windows color (decimal): -5484645 or 10178476. OLE color: 10178476.

HSL color Cylindrical-coordinate representation of color #AC4F9B: hue angle of 310.97º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC4F9B is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB17279155-
CMYK00.540.100.33
HSL310.97º37.05%49.22%-
HSV(B)310.97º54.07%67.45%-
XYZ25.7316.7332.88-
YUV115.47150.31168.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 79 (31.25% from 255) = 19.46%
BLUE value IS 155 (60.94% from 255) = 38.18%
R=42.36%
G=19.46%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727915500.540.100.33310.9737.0549.22
HexAC4F9B036A211372531
Octal25411723306612414674561
Binary1010110010011111001101101101101010100001100110111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4F9B; }

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

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

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

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

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

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

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

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