#AC61A5

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

Shades of Violet Blue #AC61A5

Tints of Violet Blue #AC61A5

Color information

#AC61A5 (or 0xAC61A5) is unknown color: approx Violet Blue. HEX triplet: AC, 61 and A5. RGB value is (172,97,165). Sum of RGB (Red+Green+Blue) = 172+97+165=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC61A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC61A5 is #539E5A. Grayscale: #7E7E7E. Windows color (decimal): -5480027 or 10838444. OLE color: 10838444.

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

Color convert

RGB17297165-
CMYK00.440.040.33
HSL305.6º31.12%52.75%-
HSV(B)305.6º43.6%67.45%-
XYZ28.0820.0437.98-
YUV127.18149.35159.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 165 (64.84% from 255) = 38.02%
R=39.63%
G=22.35%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729716500.440.040.33305.631.1252.75
HexAC61A502C4211321f35
Octal2541412450544414623765
Binary10101100110000110100101010110010010000110011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61A5; }

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

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

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

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

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

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

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

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