#AE40A5

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

Shades of Violet Blue #AE40A5

Tints of Violet Blue #AE40A5

Color information

#AE40A5 (or 0xAE40A5) is unknown color: approx Violet Blue. HEX triplet: AE, 40 and A5. RGB value is (174,64,165). Sum of RGB (Red+Green+Blue) = 174+64+165=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE40A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE40A5 is #51BF5A. Grayscale: #6C6C6C. Windows color (decimal): -5357403 or 10829998. OLE color: 10829998.

HSL color Cylindrical-coordinate representation of color #AE40A5: hue angle of 304.91º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE40A5 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB17464165-
CMYK00.630.050.32
HSL304.91º46.22%46.67%-
HSV(B)304.91º63.22%68.24%-
XYZ26.0815.3837.19-
YUV108.4159.94174.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 64 (25.39% from 255) = 15.88%
BLUE value IS 165 (64.84% from 255) = 40.94%
R=43.18%
G=15.88%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746416500.630.050.32304.9146.2246.67
HexAE40A503F5201312e2f
Octal2561002450775404615657
Binary101011101000000101001010111111101100000100110001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE40A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE40A5; }

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

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

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

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

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

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

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

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