#AE6199

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

Shades of Violet Blue #AE6199

Tints of Violet Blue #AE6199

Color information

#AE6199 (or 0xAE6199) is unknown color: approx Violet Blue. HEX triplet: AE, 61 and 99. RGB value is (174,97,153). Sum of RGB (Red+Green+Blue) = 174+97+153=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6199 is #519E66. Grayscale: #7E7E7E. Windows color (decimal): -5348967 or 10052014. OLE color: 10052014.

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

Color convert

RGB17497153-
CMYK00.440.120.32
HSL316.36º32.22%53.14%-
HSV(B)316.36º44.25%68.24%-
XYZ27.4819.8532.52-
YUV126.41143.01161.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 153 (60.16% from 255) = 36.08%
R=41.04%
G=22.88%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749715300.440.120.32316.3632.2253.14
HexAE619902CC2013c2035
Octal25614123105414404744065
Binary1010111011000011001100101011001100100000100111100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6199; }

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

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

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

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

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

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

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

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