#ac71a9

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

Shades of Violet Blue #AC71A9

Tints of Violet Blue #AC71A9

Color information

#AC71A9 (or 0xAC71A9) is unknown color: approx Violet Blue. HEX triplet: AC, 71 and A9. RGB value is (172,113,169). Sum of RGB (Red+Green+Blue) = 172+113+169=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC71A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC71A9 is #538E56. Grayscale: #888888. Windows color (decimal): -5475927 or 11104684. OLE color: 11104684.

HSL color Cylindrical-coordinate representation of color #AC71A9: hue angle of 303.05º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC71A9 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB172113169-
CMYK00.340.020.33
HSL303.05º26.22%55.88%-
HSV(B)303.05º34.3%67.45%-
XYZ30.0823.4540.48-
YUV137.02146.05152.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.89%
GREEN value IS 113 (44.53% from 255) = 24.89%
BLUE value IS 169 (66.41% from 255) = 37.22%
R=37.89%
G=24.89%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211316900.340.020.33303.0526.2255.88
HexAC71A902222112f1a38
Octal2541612510422414573270
Binary1010110011100011010100101000101010000110010111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac71a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac71a9; }

 p { color: rgb(172,113,169); }

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

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

 a { background-color: rgb(172,113,169); }

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

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

 span { border-color: rgb(172,113,169); }

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