#AF57AE

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

Shades of Violet Blue #AF57AE

Tints of Violet Blue #AF57AE

Color information

#AF57AE (or 0xAF57AE) is unknown color: approx Violet Blue. HEX triplet: AF, 57 and AE. RGB value is (175,87,174). Sum of RGB (Red+Green+Blue) = 175+87+174=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF57AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF57AE is #50A851. Grayscale: #7A7A7A. Windows color (decimal): -5285970 or 11425711. OLE color: 11425711.

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

Color convert

RGB17587174-
CMYK00.500.010.31
HSL300.68º35.48%51.37%-
HSV(B)300.68º50.29%68.63%-
XYZ28.7318.9942.2-
YUV123.23156.65164.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 87 (34.38% from 255) = 19.95%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=40.14%
G=19.95%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758717400.500.010.31300.6835.4851.37
HexAF57AE03211F12d2333
Octal2571272560621374554363
Binary101011111010111101011100110010111111100101101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF57AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF57AE; }

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

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

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

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

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

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

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

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