#AF0B9E

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

Shades of Medium Violet Red #AF0B9E

Tints of Medium Violet Red #AF0B9E

Color information

#AF0B9E (or 0xAF0B9E) is unknown color: approx Medium Violet Red. HEX triplet: AF, 0B and 9E. RGB value is (175,11,158). Sum of RGB (Red+Green+Blue) = 175+11+158=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0B9E is #50F461. Grayscale: #4C4C4C. Windows color (decimal): -5305442 or 10357679. OLE color: 10357679.

HSL color Cylindrical-coordinate representation of color #AF0B9E: hue angle of 306.22º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0B9E is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17511158-
CMYK00.940.100.31
HSL306.22º88.17%36.47%-
HSV(B)306.22º93.71%68.63%-
XYZ23.9711.8233.37-
YUV76.79173.83198.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 11 (4.69% from 255) = 3.20%
BLUE value IS 158 (62.11% from 255) = 45.93%
R=50.87%
G=3.20%
B=45.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751115800.940.100.31306.2288.1736.47
HexAFB9E05EA1F1325824
Octal257132360136123746213044
Binary10101111101110011110010111101010111111001100101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0B9E; }

 p { color: rgb(175,11,158); }

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

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

 a { background-color: rgb(175,11,158); }

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

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

 span { border-color: rgb(175,11,158); }

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