#af5999

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

Shades of Violet Blue #AF5999

Tints of Violet Blue #AF5999

Color information

#AF5999 (or 0xAF5999) is unknown color: approx Violet Blue. HEX triplet: AF, 59 and 99. RGB value is (175,89,153). Sum of RGB (Red+Green+Blue) = 175+89+153=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5999 is #50A666. Grayscale: #797979. Windows color (decimal): -5285479 or 10049967. OLE color: 10049967.

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

Color convert

RGB17589153-
CMYK00.490.130.31
HSL315.35º34.96%51.76%-
HSV(B)315.35º49.14%68.63%-
XYZ2718.5632.3-
YUV122.01145.49165.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 89 (35.16% from 255) = 21.34%
BLUE value IS 153 (60.16% from 255) = 36.69%
R=41.97%
G=21.34%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758915300.490.130.31315.3534.9651.76
HexAF5999031D1F13b2334
Octal25713123106115374734364
Binary101011111011001100110010110001110111111100111011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5999; }

 p { color: rgb(175,89,153); }

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

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

 a { background-color: rgb(175,89,153); }

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

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

 span { border-color: rgb(175,89,153); }

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