#AF589F

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

Shades of Violet Blue #AF589F

Tints of Violet Blue #AF589F

Color information

#AF589F (or 0xAF589F) is unknown color: approx Violet Blue. HEX triplet: AF, 58 and 9F. RGB value is (175,88,159). Sum of RGB (Red+Green+Blue) = 175+88+159=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF589F is #50A760. Grayscale: #797979. Windows color (decimal): -5285729 or 10442927. OLE color: 10442927.

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

Color convert

RGB17588159-
CMYK00.500.090.31
HSL311.03º35.22%51.57%-
HSV(B)311.03º49.71%68.63%-
XYZ27.4318.634.94-
YUV122.11148.82165.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 88 (34.77% from 255) = 20.85%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=41.47%
G=20.85%
B=37.68%

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
Decimal1758815900.500.090.31311.0335.2251.57
HexAF589F03291F1372334
Octal25713023706211374674364
Binary101011111011000100111110110010100111111100110111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF589F; }

 p { color: rgb(175,88,159); }

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

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

 a { background-color: rgb(175,88,159); }

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

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

 span { border-color: rgb(175,88,159); }

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