#AE63AC

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

Shades of Violet Blue #AE63AC

Tints of Violet Blue #AE63AC

Color information

#AE63AC (or 0xAE63AC) is unknown color: approx Violet Blue. HEX triplet: AE, 63 and AC. RGB value is (174,99,172). Sum of RGB (Red+Green+Blue) = 174+99+172=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE63AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE63AC is #519C53. Grayscale: #818181. Windows color (decimal): -5348436 or 11297710. OLE color: 11297710.

HSL color Cylindrical-coordinate representation of color #AE63AC: hue angle of 301.6º degrees, saturation: 0.32, 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 #AE63AC is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB17499172-
CMYK00.430.010.32
HSL301.6º31.65%53.53%-
HSV(B)301.6º43.1%68.24%-
XYZ29.3620.941.52-
YUV129.75151.85159.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 99 (39.06% from 255) = 22.25%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=39.10%
G=22.25%
B=38.65%

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
Decimal1749917200.430.010.32301.631.6553.53
HexAE63AC02B12012e2036
Octal2561432540531404564066
Binary1010111011000111010110001010111100000100101110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE63AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE63AC; }

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

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

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

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

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

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

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

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