#AE499B

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

Shades of Violet Blue #AE499B

Tints of Violet Blue #AE499B

Color information

#AE499B (or 0xAE499B) is unknown color: approx Violet Blue. HEX triplet: AE, 49 and 9B. RGB value is (174,73,155). Sum of RGB (Red+Green+Blue) = 174+73+155=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE499B is #51B664. Grayscale: #707070. Windows color (decimal): -5355109 or 10176942. OLE color: 10176942.

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

Color convert

RGB17473155-
CMYK00.580.110.32
HSL311.29º40.89%48.43%-
HSV(B)311.29º58.05%68.24%-
XYZ25.7516.1332.77-
YUV112.55151.96171.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 73 (28.91% from 255) = 18.16%
BLUE value IS 155 (60.94% from 255) = 38.56%
R=43.28%
G=18.16%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747315500.580.110.32311.2940.8948.43
HexAE499B03AB201372930
Octal25611123307213404675160
Binary1010111010010011001101101110101011100000100110111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE499B; }

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

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

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

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

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

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

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

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