#ae5faa

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

Shades of Violet Blue #AE5FAA

Tints of Violet Blue #AE5FAA

Color information

#AE5FAA (or 0xAE5FAA) is unknown color: approx Violet Blue. HEX triplet: AE, 5F and AA. RGB value is (174,95,170). Sum of RGB (Red+Green+Blue) = 174+95+170=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5FAA is #51A055. Grayscale: #7E7E7E. Windows color (decimal): -5349462 or 11165614. OLE color: 11165614.

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

Color convert

RGB17495170-
CMYK00.450.020.32
HSL303.04º32.78%52.75%-
HSV(B)303.04º45.4%68.24%-
XYZ28.820.0940.39-
YUV127.17152.17161.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 95 (37.5% from 255) = 21.64%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=39.64%
G=21.64%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749517000.450.020.32303.0432.7852.75
HexAE5FAA02D22012f2135
Octal2561372520552404574165
Binary10101110101111110101010010110110100000100101111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae5faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae5faa; }

 p { color: rgb(174,95,170); }

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

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

 a { background-color: rgb(174,95,170); }

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

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

 span { border-color: rgb(174,95,170); }

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