#AF0B7F

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

Shades of Medium Violet Red #AF0B7F

Tints of Medium Violet Red #AF0B7F

Color information

#AF0B7F (or 0xAF0B7F) is unknown color: approx Medium Violet Red. HEX triplet: AF, 0B and 7F. RGB value is (175,11,127). Sum of RGB (Red+Green+Blue) = 175+11+127=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0B7F is #50F480. Grayscale: #484848. Windows color (decimal): -5305473 or 8326063. OLE color: 8326063.

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

Color convert

RGB17511127-
CMYK00.940.270.31
HSL317.56º88.17%36.47%-
HSV(B)317.56º93.71%68.63%-
XYZ21.6310.8921.04-
YUV73.26158.33200.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.91%
GREEN value IS 11 (4.69% from 255) = 3.51%
BLUE value IS 127 (50% from 255) = 40.58%
R=55.91%
G=3.51%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751112700.940.270.31317.5688.1736.47
HexAFB7F05E1B1F13e5824
Octal257131770136333747613044
Binary10101111101111111110101111011011111111001111101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0B7F; }

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

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

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

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

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

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

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

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