#ac64a1

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

Shades of Violet Blue #AC64A1

Tints of Violet Blue #AC64A1

Color information

#AC64A1 (or 0xAC64A1) is unknown color: approx Violet Blue. HEX triplet: AC, 64 and A1. RGB value is (172,100,161). Sum of RGB (Red+Green+Blue) = 172+100+161=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC64A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC64A1 is #539B5E. Grayscale: #808080. Windows color (decimal): -5479263 or 10577068. OLE color: 10577068.

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

Color convert

RGB172100161-
CMYK00.420.060.33
HSL309.17º30.25%53.33%-
HSV(B)309.17º41.86%67.45%-
XYZ2820.4636.19-
YUV128.48146.35159.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 100 (39.45% from 255) = 23.09%
BLUE value IS 161 (63.28% from 255) = 37.18%
R=39.72%
G=23.09%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210016100.420.060.33309.1730.2553.33
HexAC64A102A6211351e35
Octal2541442410526414653665
Binary10101100110010010100001010101011010000110011010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac64a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac64a1; }

 p { color: rgb(172,100,161); }

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

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

 a { background-color: rgb(172,100,161); }

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

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

 span { border-color: rgb(172,100,161); }

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