#AF579B

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

Shades of Violet Blue #AF579B

Tints of Violet Blue #AF579B

Color information

#AF579B (or 0xAF579B) is unknown color: approx Violet Blue. HEX triplet: AF, 57 and 9B. RGB value is (175,87,155). Sum of RGB (Red+Green+Blue) = 175+87+155=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF579B is #50A864. Grayscale: #787878. Windows color (decimal): -5285989 or 10180527. OLE color: 10180527.

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

Color convert

RGB17587155-
CMYK00.500.110.31
HSL313.64º35.48%51.37%-
HSV(B)313.64º50.29%68.63%-
XYZ2718.333.12-
YUV121.06147.15166.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 87 (34.38% from 255) = 20.86%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=41.97%
G=20.86%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758715500.500.110.31313.6435.4851.37
HexAF579B032B1F13a2333
Octal25712723306213374724363
Binary101011111010111100110110110010101111111100111010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF579B; }

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

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

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

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

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

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

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

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