#AE3DA5

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

Shades of Violet Blue #AE3DA5

Tints of Violet Blue #AE3DA5

Color information

#AE3DA5 (or 0xAE3DA5) is unknown color: approx Violet Blue. HEX triplet: AE, 3D and A5. RGB value is (174,61,165). Sum of RGB (Red+Green+Blue) = 174+61+165=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3DA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3DA5 is #51C25A. Grayscale: #6A6A6A. Windows color (decimal): -5358171 or 10829230. OLE color: 10829230.

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

Color convert

RGB17461165-
CMYK00.650.050.32
HSL304.78º48.09%46.08%-
HSV(B)304.78º64.94%68.24%-
XYZ25.9215.0537.14-
YUV106.64160.94176.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.5%
GREEN value IS 61 (24.22% from 255) = 15.25%
BLUE value IS 165 (64.84% from 255) = 41.25%
R=43.5%
G=15.25%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746116500.650.050.32304.7848.0946.08
HexAE3DA5041520131302e
Octal2567524501015404616056
Binary101011101111011010010101000001101100000100110001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3DA5; }

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

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

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

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

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

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

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

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