#AE61A0

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

Shades of Violet Blue #AE61A0

Tints of Violet Blue #AE61A0

Color information

#AE61A0 (or 0xAE61A0) is unknown color: approx Violet Blue. HEX triplet: AE, 61 and A0. RGB value is (174,97,160). Sum of RGB (Red+Green+Blue) = 174+97+160=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE61A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE61A0 is #519E5F. Grayscale: #7F7F7F. Windows color (decimal): -5348960 or 10510766. OLE color: 10510766.

HSL color Cylindrical-coordinate representation of color #AE61A0: hue angle of 310.91º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE61A0 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB17497160-
CMYK00.440.080.32
HSL310.91º32.22%53.14%-
HSV(B)310.91º44.25%68.24%-
XYZ28.0820.0935.65-
YUV127.21146.51161.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 97 (38.28% from 255) = 22.51%
BLUE value IS 160 (62.89% from 255) = 37.12%
R=40.37%
G=22.51%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749716000.440.080.32310.9132.2253.14
HexAE61A002C8201372035
Octal25614124005410404674065
Binary1010111011000011010000001011001000100000100110111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE61A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE61A0; }

 p { color: rgb(174,97,160); }

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

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

 a { background-color: rgb(174,97,160); }

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

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

 span { border-color: rgb(174,97,160); }

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