#ae57b0

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

Shades of Violet Blue #AE57B0

Tints of Violet Blue #AE57B0

Color information

#AE57B0 (or 0xAE57B0) is unknown color: approx Violet Blue. HEX triplet: AE, 57 and B0. RGB value is (174,87,176). Sum of RGB (Red+Green+Blue) = 174+87+176=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 176 - color contains mainly: blue. Hex color #AE57B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE57B0 is #51A84F. Grayscale: #7A7A7A. Windows color (decimal): -5351504 or 11556782. OLE color: 11556782.

HSL color Cylindrical-coordinate representation of color #AE57B0: hue angle of 298.65º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE57B0 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17487176-
CMYK0.010.5100.31
HSL298.65º36.03%51.57%-
HSV(B)298.65º50.57%69.02%-
XYZ28.718.9543.22-
YUV123.16157.82164.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 87 (34.38% from 255) = 19.91%
BLUE value IS 176 (69.14% from 255) = 40.27%
R=39.82%
G=19.91%
B=40.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174871760.010.5100.31298.6536.0351.57
HexAE57B013301F12b2434
Octal2561272601630374534464
Binary101011101010111101100001110011011111100101011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae57b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae57b0; }

 p { color: rgb(174,87,176); }

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

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

 a { background-color: rgb(174,87,176); }

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

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

 span { border-color: rgb(174,87,176); }

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