#af5f9f

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

Shades of Violet Blue #AF5F9F

Tints of Violet Blue #AF5F9F

Color information

#AF5F9F (or 0xAF5F9F) is unknown color: approx Violet Blue. HEX triplet: AF, 5F and 9F. RGB value is (175,95,159). Sum of RGB (Red+Green+Blue) = 175+95+159=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5F9F is #50A060. Grayscale: #7E7E7E. Windows color (decimal): -5283937 or 10444719. OLE color: 10444719.

HSL color Cylindrical-coordinate representation of color #AF5F9F: hue angle of 312º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF5F9F is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17595159-
CMYK00.460.090.31
HSL312º33.33%52.94%-
HSV(B)312º45.71%68.63%-
XYZ28.0319.835.15-
YUV126.22146.5162.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 95 (37.5% from 255) = 22.14%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=40.79%
G=22.14%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759515900.460.090.3131233.3352.94
HexAF5F9F02E91F1382135
Octal25713723705611374704165
Binary101011111011111100111110101110100111111100111000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5f9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5f9f; }

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

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

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

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

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

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

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

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