#AE61A5

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

Shades of Violet Blue #AE61A5

Tints of Violet Blue #AE61A5

Color information

#AE61A5 (or 0xAE61A5) is unknown color: approx Violet Blue. HEX triplet: AE, 61 and A5. RGB value is (174,97,165). Sum of RGB (Red+Green+Blue) = 174+97+165=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE61A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE61A5 is #519E5A. Grayscale: #7F7F7F. Windows color (decimal): -5348955 or 10838446. OLE color: 10838446.

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

Color convert

RGB17497165-
CMYK00.440.050.32
HSL307.01º32.22%53.14%-
HSV(B)307.01º44.25%68.24%-
XYZ28.5220.2638.01-
YUV127.78149.01160.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 165 (64.84% from 255) = 37.84%
R=39.91%
G=22.25%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749716500.440.050.32307.0132.2253.14
HexAE61A502C5201332035
Octal2561412450545404634065
Binary101011101100001101001010101100101100000100110011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE61A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE61A5; }

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

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

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

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

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

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

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

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