#AC62AA

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

Shades of Violet Blue #AC62AA

Tints of Violet Blue #AC62AA

Color information

#AC62AA (or 0xAC62AA) is unknown color: approx Violet Blue. HEX triplet: AC, 62 and AA. RGB value is (172,98,170). Sum of RGB (Red+Green+Blue) = 172+98+170=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC62AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC62AA is #539D55. Grayscale: #808080. Windows color (decimal): -5479766 or 11166380. OLE color: 11166380.

HSL color Cylindrical-coordinate representation of color #AC62AA: hue angle of 301.62º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC62AA is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17298170-
CMYK00.430.010.33
HSL301.62º30.83%52.94%-
HSV(B)301.62º43.02%67.45%-
XYZ28.6420.4140.46-
YUV128.33151.52159.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 98 (38.67% from 255) = 22.27%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=39.09%
G=22.27%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729817000.430.010.33301.6230.8352.94
HexAC62AA02B12112e1f35
Octal2541422520531414563765
Binary101011001100010101010100101011110000110010111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC62AA; }

 p { color: rgb(172,98,170); }

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

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

 a { background-color: rgb(172,98,170); }

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

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

 span { border-color: rgb(172,98,170); }

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