#AE3EA5

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

Shades of Violet Blue #AE3EA5

Tints of Violet Blue #AE3EA5

Color information

#AE3EA5 (or 0xAE3EA5) is unknown color: approx Violet Blue. HEX triplet: AE, 3E and A5. RGB value is (174,62,165). Sum of RGB (Red+Green+Blue) = 174+62+165=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3EA5 is #51C15A. Grayscale: #6A6A6A. Windows color (decimal): -5357915 or 10829486. OLE color: 10829486.

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

Color convert

RGB17462165-
CMYK00.640.050.32
HSL304.82º47.46%46.27%-
HSV(B)304.82º64.37%68.24%-
XYZ25.9715.1637.15-
YUV107.23160.61175.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.39%
GREEN value IS 62 (24.61% from 255) = 15.46%
BLUE value IS 165 (64.84% from 255) = 41.15%
R=43.39%
G=15.46%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746216500.640.050.32304.8247.4646.27
HexAE3EA50405201312f2e
Octal2567624501005404615756
Binary101011101111101010010101000000101100000100110001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3EA5; }

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

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

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

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

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

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

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

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