#AE3BA5

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

Shades of Violet Blue #AE3BA5

Tints of Violet Blue #AE3BA5

Color information

#AE3BA5 (or 0xAE3BA5) is unknown color: approx Violet Blue. HEX triplet: AE, 3B and A5. RGB value is (174,59,165). Sum of RGB (Red+Green+Blue) = 174+59+165=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3BA5 is #51C45A. Grayscale: #696969. Windows color (decimal): -5358683 or 10828718. OLE color: 10828718.

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

Color convert

RGB17459165-
CMYK00.660.050.32
HSL304.7º49.36%45.69%-
HSV(B)304.7º66.09%68.24%-
XYZ25.8114.8437.1-
YUV105.47161.6176.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.72%
GREEN value IS 59 (23.44% from 255) = 14.82%
BLUE value IS 165 (64.84% from 255) = 41.46%
R=43.72%
G=14.82%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745916500.660.050.32304.749.3645.69
HexAE3BA5042520131312e
Octal2567324501025404616156
Binary101011101110111010010101000010101100000100110001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3BA5; }

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

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

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

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

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

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

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

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