#AE409E

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

Shades of Violet Blue #AE409E

Tints of Violet Blue #AE409E

Color information

#AE409E (or 0xAE409E) is unknown color: approx Violet Blue. HEX triplet: AE, 40 and 9E. RGB value is (174,64,158). Sum of RGB (Red+Green+Blue) = 174+64+158=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE409E is #51BF61. Grayscale: #6B6B6B. Windows color (decimal): -5357410 or 10371246. OLE color: 10371246.

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

Color convert

RGB17464158-
CMYK00.630.090.32
HSL308.73º46.22%46.67%-
HSV(B)308.73º63.22%68.24%-
XYZ25.4615.1333.93-
YUV107.61156.44175.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 64 (25.39% from 255) = 16.16%
BLUE value IS 158 (62.11% from 255) = 39.90%
R=43.94%
G=16.16%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746415800.630.090.32308.7346.2246.67
HexAE409E03F9201352e2f
Octal25610023607711404655657
Binary1010111010000001001111001111111001100000100110101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE409E; }

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

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

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

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

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

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

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

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