#AE58A6

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

Shades of Violet Blue #AE58A6

Tints of Violet Blue #AE58A6

Color information

#AE58A6 (or 0xAE58A6) is unknown color: approx Violet Blue. HEX triplet: AE, 58 and A6. RGB value is (174,88,166). Sum of RGB (Red+Green+Blue) = 174+88+166=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE58A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE58A6 is #51A759. Grayscale: #7A7A7A. Windows color (decimal): -5351258 or 10901678. OLE color: 10901678.

HSL color Cylindrical-coordinate representation of color #AE58A6: hue angle of 305.58º 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 #AE58A6 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB17488166-
CMYK00.490.050.32
HSL305.58º34.68%51.37%-
HSV(B)305.58º49.43%68.24%-
XYZ27.8318.7338.23-
YUV122.61152.49164.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 88 (34.77% from 255) = 20.56%
BLUE value IS 166 (65.23% from 255) = 38.79%
R=40.65%
G=20.56%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748816600.490.050.32305.5834.6851.37
HexAE58A60315201322333
Octal2561302460615404624363
Binary101011101011000101001100110001101100000100110010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE58A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE58A6; }

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

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

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

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

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

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

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

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