#AF5FA9

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

Shades of Violet Blue #AF5FA9

Tints of Violet Blue #AF5FA9

Color information

#AF5FA9 (or 0xAF5FA9) is unknown color: approx Violet Blue. HEX triplet: AF, 5F and A9. RGB value is (175,95,169). Sum of RGB (Red+Green+Blue) = 175+95+169=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5FA9 is #50A056. Grayscale: #7F7F7F. Windows color (decimal): -5283927 or 11100079. OLE color: 11100079.

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

Color convert

RGB17595169-
CMYK00.460.030.31
HSL304.5º33.33%52.94%-
HSV(B)304.5º45.71%68.63%-
XYZ28.9320.1639.9-
YUV127.36151.5161.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 95 (37.5% from 255) = 21.64%
BLUE value IS 169 (66.41% from 255) = 38.50%
R=39.86%
G=21.64%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759516900.460.030.31304.533.3352.94
HexAF5FA902E31F1302135
Octal2571372510563374604165
Binary1010111110111111010100101011101111111100110000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5FA9; }

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

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

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

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

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

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

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

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