#AE40A1

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

Shades of Violet Blue #AE40A1

Tints of Violet Blue #AE40A1

Color information

#AE40A1 (or 0xAE40A1) is unknown color: approx Violet Blue. HEX triplet: AE, 40 and A1. RGB value is (174,64,161). Sum of RGB (Red+Green+Blue) = 174+64+161=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE40A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE40A1 is #51BF5E. Grayscale: #6B6B6B. Windows color (decimal): -5357407 or 10567854. OLE color: 10567854.

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

Color convert

RGB17464161-
CMYK00.630.070.32
HSL307.09º46.22%46.67%-
HSV(B)307.09º63.22%68.24%-
XYZ25.7215.2435.3-
YUV107.95157.94175.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 64 (25.39% from 255) = 16.04%
BLUE value IS 161 (63.28% from 255) = 40.35%
R=43.61%
G=16.04%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746416100.630.070.32307.0946.2246.67
HexAE40A103F7201332e2f
Octal2561002410777404635657
Binary101011101000000101000010111111111100000100110011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE40A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE40A1; }

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

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

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

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

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

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

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

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