#AC61AE

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

Shades of Violet Blue #AC61AE

Tints of Violet Blue #AC61AE

Color information

#AC61AE (or 0xAC61AE) is unknown color: approx Violet Blue. HEX triplet: AC, 61 and AE. RGB value is (172,97,174). Sum of RGB (Red+Green+Blue) = 172+97+174=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC61AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC61AE is #539E51. Grayscale: #7F7F7F. Windows color (decimal): -5480018 or 11428268. OLE color: 11428268.

HSL color Cylindrical-coordinate representation of color #AC61AE: hue angle of 298.44º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC61AE is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17297174-
CMYK0.010.4400.32
HSL298.44º32.22%53.14%-
HSV(B)298.44º44.25%68.24%-
XYZ28.9320.3842.45-
YUV128.2153.85159.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 97 (38.28% from 255) = 21.90%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=38.83%
G=21.90%
B=39.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172971740.010.4400.32298.4432.2253.14
HexAC61AE12C02012a2035
Octal2541412561540404524065
Binary1010110011000011010111011011000100000100101010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61AE; }

 p { color: rgb(172,97,174); }

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

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

 a { background-color: rgb(172,97,174); }

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

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

 span { border-color: rgb(172,97,174); }

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