#AE3DA1

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

Shades of Violet Blue #AE3DA1

Tints of Violet Blue #AE3DA1

Color information

#AE3DA1 (or 0xAE3DA1) is unknown color: approx Violet Blue. HEX triplet: AE, 3D and A1. RGB value is (174,61,161). Sum of RGB (Red+Green+Blue) = 174+61+161=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3DA1 is #51C25E. Grayscale: #696969. Windows color (decimal): -5358175 or 10567086. OLE color: 10567086.

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

Color convert

RGB17461161-
CMYK00.650.070.32
HSL306.9º48.09%46.08%-
HSV(B)306.9º64.94%68.24%-
XYZ25.5614.9135.25-
YUV106.19158.94176.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 61 (24.22% from 255) = 15.40%
BLUE value IS 161 (63.28% from 255) = 40.66%
R=43.94%
G=15.40%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746116100.650.070.32306.948.0946.08
HexAE3DA1041720133302e
Octal2567524101017404636056
Binary101011101111011010000101000001111100000100110011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3DA1; }

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

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

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

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

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

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

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

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