#AC61A3

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

Shades of Violet Blue #AC61A3

Tints of Violet Blue #AC61A3

Color information

#AC61A3 (or 0xAC61A3) is unknown color: approx Violet Blue. HEX triplet: AC, 61 and A3. RGB value is (172,97,163). Sum of RGB (Red+Green+Blue) = 172+97+163=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC61A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC61A3 is #539E5C. Grayscale: #7E7E7E. Windows color (decimal): -5480029 or 10707372. OLE color: 10707372.

HSL color Cylindrical-coordinate representation of color #AC61A3: hue angle of 307.2º 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 #AC61A3 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB17297163-
CMYK00.440.050.33
HSL307.2º31.12%52.75%-
HSV(B)307.2º43.6%67.45%-
XYZ27.919.9637.03-
YUV126.95148.35160.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 97 (38.28% from 255) = 22.45%
BLUE value IS 163 (64.06% from 255) = 37.73%
R=39.81%
G=22.45%
B=37.73%

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
Decimal1729716300.440.050.33307.231.1252.75
HexAC61A302C5211331f35
Octal2541412430545414633765
Binary10101100110000110100011010110010110000110011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61A3; }

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

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

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

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

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

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

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

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