#AF137A

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

Shades of Medium Violet Red #AF137A

Tints of Medium Violet Red #AF137A

Color information

#AF137A (or 0xAF137A) is unknown color: approx Medium Violet Red. HEX triplet: AF, 13 and 7A. RGB value is (175,19,122). Sum of RGB (Red+Green+Blue) = 175+19+122=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF137A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF137A is #50EC85. Grayscale: #4D4D4D. Windows color (decimal): -5303430 or 8000431. OLE color: 8000431.

HSL color Cylindrical-coordinate representation of color #AF137A: hue angle of 320.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF137A is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB17519122-
CMYK00.890.300.31
HSL320.38º80.41%38.04%-
HSV(B)320.38º89.14%68.63%-
XYZ21.4210.9819.4-
YUV77.39153.18197.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.38%
GREEN value IS 19 (7.81% from 255) = 6.01%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=55.38%
G=6.01%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751912200.890.300.31320.3880.4138.04
HexAF137A0591E1F1405026
Octal257231720131363750012046
Binary101011111001111110100101100111110111111010000001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF137A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF137A; }

 p { color: rgb(175,19,122); }

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

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

 a { background-color: rgb(175,19,122); }

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

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

 span { border-color: rgb(175,19,122); }

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