#AE499D

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

Shades of Violet Blue #AE499D

Tints of Violet Blue #AE499D

Color information

#AE499D (or 0xAE499D) is unknown color: approx Violet Blue. HEX triplet: AE, 49 and 9D. RGB value is (174,73,157). Sum of RGB (Red+Green+Blue) = 174+73+157=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE499D is #51B662. Grayscale: #707070. Windows color (decimal): -5355107 or 10308014. OLE color: 10308014.

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

Color convert

RGB17473157-
CMYK00.580.100.32
HSL310.1º40.89%48.43%-
HSV(B)310.1º58.05%68.24%-
XYZ25.9216.233.66-
YUV112.78152.96171.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 73 (28.91% from 255) = 18.07%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=43.07%
G=18.07%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747315700.580.100.32310.140.8948.43
HexAE499D03AA201362930
Octal25611123507212404665160
Binary1010111010010011001110101110101010100000100110110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE499D; }

 p { color: rgb(174,73,157); }

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

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

 a { background-color: rgb(174,73,157); }

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

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

 span { border-color: rgb(174,73,157); }

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