#AF57A0

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

Shades of Violet Blue #AF57A0

Tints of Violet Blue #AF57A0

Color information

#AF57A0 (or 0xAF57A0) is unknown color: approx Violet Blue. HEX triplet: AF, 57 and A0. RGB value is (175,87,160). Sum of RGB (Red+Green+Blue) = 175+87+160=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF57A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF57A0 is #50A85F. Grayscale: #797979. Windows color (decimal): -5285984 or 10508207. OLE color: 10508207.

HSL color Cylindrical-coordinate representation of color #AF57A0: hue angle of 310.23º 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 #AF57A0 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17587160-
CMYK00.500.090.31
HSL310.23º35.48%51.37%-
HSV(B)310.23º50.29%68.63%-
XYZ27.4318.4735.38-
YUV121.63149.65166.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 87 (34.38% from 255) = 20.62%
BLUE value IS 160 (62.89% from 255) = 37.91%
R=41.47%
G=20.62%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758716000.500.090.31310.2335.4851.37
HexAF57A003291F1362333
Octal25712724006211374664363
Binary101011111010111101000000110010100111111100110110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF57A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF57A0; }

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

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

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

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

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

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

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

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