#AE6A9F

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

Shades of Violet Blue #AE6A9F

Tints of Violet Blue #AE6A9F

Color information

#AE6A9F (or 0xAE6A9F) is unknown color: approx Violet Blue. HEX triplet: AE, 6A and 9F. RGB value is (174,106,159). Sum of RGB (Red+Green+Blue) = 174+106+159=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6A9F is #519560. Grayscale: #848484. Windows color (decimal): -5346657 or 10447534. OLE color: 10447534.

HSL color Cylindrical-coordinate representation of color #AE6A9F: hue angle of 313.24º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE6A9F is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB174106159-
CMYK00.390.090.32
HSL313.24º29.57%54.9%-
HSV(B)313.24º39.08%68.24%-
XYZ28.8721.8135.49-
YUV132.37143.03157.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 106 (41.80% from 255) = 24.15%
BLUE value IS 159 (62.5% from 255) = 36.22%
R=39.64%
G=24.15%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410615900.390.090.32313.2429.5754.9
HexAE6A9F0279201391e37
Octal25615223704711404713667
Binary101011101101010100111110100111100110000010011100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A9F; }

 p { color: rgb(174,106,159); }

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

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

 a { background-color: rgb(174,106,159); }

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

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

 span { border-color: rgb(174,106,159); }

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