#AE64AC

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

Shades of Violet Blue #AE64AC

Tints of Violet Blue #AE64AC

Color information

#AE64AC (or 0xAE64AC) is unknown color: approx Violet Blue. HEX triplet: AE, 64 and AC. RGB value is (174,100,172). Sum of RGB (Red+Green+Blue) = 174+100+172=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE64AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE64AC is #519B53. Grayscale: #828282. Windows color (decimal): -5348180 or 11297966. OLE color: 11297966.

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

Color convert

RGB174100172-
CMYK00.430.010.32
HSL301.62º31.36%53.73%-
HSV(B)301.62º42.53%68.24%-
XYZ29.4621.0941.55-
YUV130.33151.52159.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 100 (39.45% from 255) = 22.42%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=39.01%
G=22.42%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410017200.430.010.32301.6231.3653.73
HexAE64AC02B12012e1f36
Octal2561442540531404563766
Binary101011101100100101011000101011110000010010111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE64AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE64AC; }

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

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

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

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

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

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

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

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