#AE6499

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

Shades of Violet Blue #AE6499

Tints of Violet Blue #AE6499

Color information

#AE6499 (or 0xAE6499) is unknown color: approx Violet Blue. HEX triplet: AE, 64 and 99. RGB value is (174,100,153). Sum of RGB (Red+Green+Blue) = 174+100+153=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6499 is #519B66. Grayscale: #808080. Windows color (decimal): -5348199 or 10052782. OLE color: 10052782.

HSL color Cylindrical-coordinate representation of color #AE6499: hue angle of 317.03º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE6499 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB174100153-
CMYK00.430.120.32
HSL317.03º31.36%53.73%-
HSV(B)317.03º42.53%68.24%-
XYZ27.7620.4132.61-
YUV128.17142.02160.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.75%
GREEN value IS 100 (39.45% from 255) = 23.42%
BLUE value IS 153 (60.16% from 255) = 35.83%
R=40.75%
G=23.42%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410015300.430.120.32317.0331.3653.73
HexAE649902BC2013d1f36
Octal25614423105314404753766
Binary101011101100100100110010101011110010000010011110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6499; }

 p { color: rgb(174,100,153); }

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

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

 a { background-color: rgb(174,100,153); }

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

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

 span { border-color: rgb(174,100,153); }

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