#AC61A4

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

Shades of Violet Blue #AC61A4

Tints of Violet Blue #AC61A4

Color information

#AC61A4 (or 0xAC61A4) is unknown color: approx Violet Blue. HEX triplet: AC, 61 and A4. RGB value is (172,97,164). Sum of RGB (Red+Green+Blue) = 172+97+164=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC61A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC61A4 is #539E5B. Grayscale: #7E7E7E. Windows color (decimal): -5480028 or 10772908. OLE color: 10772908.

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

Color convert

RGB17297164-
CMYK00.440.050.33
HSL306.4º31.12%52.75%-
HSV(B)306.4º43.6%67.45%-
XYZ27.992037.51-
YUV127.06148.85160.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 164 (64.45% from 255) = 37.88%
R=39.72%
G=22.40%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729716400.440.050.33306.431.1252.75
HexAC61A402C5211321f35
Octal2541412440545414623765
Binary10101100110000110100100010110010110000110011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61A4; }

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

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

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

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

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

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

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

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