#AC5A9D

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

Shades of Violet Blue #AC5A9D

Tints of Violet Blue #AC5A9D

Color information

#AC5A9D (or 0xAC5A9D) is unknown color: approx Violet Blue. HEX triplet: AC, 5A and 9D. RGB value is (172,90,157). Sum of RGB (Red+Green+Blue) = 172+90+157=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5A9D is #53A562. Grayscale: #797979. Windows color (decimal): -5481827 or 10312364. OLE color: 10312364.

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

Color convert

RGB17290157-
CMYK00.480.090.33
HSL310.98º33.06%51.37%-
HSV(B)310.98º47.67%67.45%-
XYZ26.7618.5234.06-
YUV122.16147.67163.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 90 (35.55% from 255) = 21.48%
BLUE value IS 157 (61.72% from 255) = 37.47%
R=41.05%
G=21.48%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729015700.480.090.33310.9833.0651.37
HexAC5A9D0309211372133
Octal25413223506011414674163
Binary1010110010110101001110101100001001100001100110111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A9D; }

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

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

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

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

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

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

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

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