#AE63AA

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

Shades of Violet Blue #AE63AA

Tints of Violet Blue #AE63AA

Color information

#AE63AA (or 0xAE63AA) is unknown color: approx Violet Blue. HEX triplet: AE, 63 and AA. RGB value is (174,99,170). Sum of RGB (Red+Green+Blue) = 174+99+170=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE63AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE63AA is #519C55. Grayscale: #818181. Windows color (decimal): -5348438 or 11166638. OLE color: 11166638.

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

Color convert

RGB17499170-
CMYK00.430.020.32
HSL303.2º31.65%53.53%-
HSV(B)303.2º43.1%68.24%-
XYZ29.1720.8240.51-
YUV129.52150.85159.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 99 (39.06% from 255) = 22.35%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=39.28%
G=22.35%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749917000.430.020.32303.231.6553.53
HexAE63AA02B22012f2036
Octal2561432520532404574066
Binary10101110110001110101010010101110100000100101111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE63AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE63AA; }

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

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

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

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

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

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

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

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