#AE58A7

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

Shades of Violet Blue #AE58A7

Tints of Violet Blue #AE58A7

Color information

#AE58A7 (or 0xAE58A7) is unknown color: approx Violet Blue. HEX triplet: AE, 58 and A7. RGB value is (174,88,167). Sum of RGB (Red+Green+Blue) = 174+88+167=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE58A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE58A7 is #51A758. Grayscale: #7A7A7A. Windows color (decimal): -5351257 or 10967214. OLE color: 10967214.

HSL color Cylindrical-coordinate representation of color #AE58A7: hue angle of 304.88º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE58A7 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB17488167-
CMYK00.490.040.32
HSL304.88º34.68%51.37%-
HSV(B)304.88º49.43%68.24%-
XYZ27.9218.7738.71-
YUV122.72152.99164.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 88 (34.77% from 255) = 20.51%
BLUE value IS 167 (65.62% from 255) = 38.93%
R=40.56%
G=20.51%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748816700.490.040.32304.8834.6851.37
HexAE58A70314201312333
Octal2561302470614404614363
Binary101011101011000101001110110001100100000100110001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE58A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE58A7; }

 p { color: rgb(174,88,167); }

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

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

 a { background-color: rgb(174,88,167); }

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

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

 span { border-color: rgb(174,88,167); }

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