#AF129D

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

Shades of Medium Violet Red #AF129D

Tints of Medium Violet Red #AF129D

Color information

#AF129D (or 0xAF129D) is unknown color: approx Medium Violet Red. HEX triplet: AF, 12 and 9D. RGB value is (175,18,157). Sum of RGB (Red+Green+Blue) = 175+18+157=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF129D is #50ED62. Grayscale: #505050. Windows color (decimal): -5303651 or 10293935. OLE color: 10293935.

HSL color Cylindrical-coordinate representation of color #AF129D: hue angle of 306.88º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF129D is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17518157-
CMYK00.900.100.31
HSL306.88º81.35%37.84%-
HSV(B)306.88º89.71%68.63%-
XYZ23.9811.9832.95-
YUV80.79171.01195.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 5.14%
BLUE value IS 157 (61.72% from 255) = 44.86%
R=50%
G=5.14%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751815700.900.100.31306.8881.3537.84
HexAF129D05AA1F1335126
Octal257222350132123746312146
Binary101011111001010011101010110101010111111001100111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF129D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF129D; }

 p { color: rgb(175,18,157); }

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

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

 a { background-color: rgb(175,18,157); }

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

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

 span { border-color: rgb(175,18,157); }

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