#AF5FA1

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

Shades of Violet Blue #AF5FA1

Tints of Violet Blue #AF5FA1

Color information

#AF5FA1 (or 0xAF5FA1) is unknown color: approx Violet Blue. HEX triplet: AF, 5F and A1. RGB value is (175,95,161). Sum of RGB (Red+Green+Blue) = 175+95+161=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5FA1 is #50A05E. Grayscale: #7E7E7E. Windows color (decimal): -5283935 or 10575791. OLE color: 10575791.

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

Color convert

RGB17595161-
CMYK00.460.080.31
HSL310.5º33.33%52.94%-
HSV(B)310.5º45.71%68.63%-
XYZ28.219.8736.07-
YUV126.44147.5162.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 95 (37.5% from 255) = 22.04%
BLUE value IS 161 (63.28% from 255) = 37.35%
R=40.60%
G=22.04%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759516100.460.080.31310.533.3352.94
HexAF5FA102E81F1362135
Octal25713724105610374664165
Binary101011111011111101000010101110100011111100110110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5FA1; }

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

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

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

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

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

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

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

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