#AE3DA8

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

Shades of Violet Blue #AE3DA8

Tints of Violet Blue #AE3DA8

Color information

#AE3DA8 (or 0xAE3DA8) is unknown color: approx Violet Blue. HEX triplet: AE, 3D and A8. RGB value is (174,61,168). Sum of RGB (Red+Green+Blue) = 174+61+168=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3DA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3DA8 is #51C257. Grayscale: #6A6A6A. Windows color (decimal): -5358168 or 11025838. OLE color: 11025838.

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

Color convert

RGB17461168-
CMYK00.650.030.32
HSL303.19º48.09%46.08%-
HSV(B)303.19º64.94%68.24%-
XYZ26.1915.1638.59-
YUV106.98162.44175.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 61 (24.22% from 255) = 15.14%
BLUE value IS 168 (66.02% from 255) = 41.69%
R=43.18%
G=15.14%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746116800.650.030.32303.1948.0946.08
HexAE3DA804132012f302e
Octal2567525001013404576056
Binary10101110111101101010000100000111100000100101111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3DA8; }

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

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

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

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

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

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

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

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