#AF129C

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

Shades of Medium Violet Red #AF129C

Tints of Medium Violet Red #AF129C

Color information

#AF129C (or 0xAF129C) is unknown color: approx Medium Violet Red. HEX triplet: AF, 12 and 9C. RGB value is (175,18,156). Sum of RGB (Red+Green+Blue) = 175+18+156=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF129C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF129C is #50ED63. Grayscale: #505050. Windows color (decimal): -5303652 or 10228399. OLE color: 10228399.

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

Color convert

RGB17518156-
CMYK00.900.110.31
HSL307.26º81.35%37.84%-
HSV(B)307.26º89.71%68.63%-
XYZ23.911.9532.5-
YUV80.67170.51195.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 18 (7.42% from 255) = 5.16%
BLUE value IS 156 (61.33% from 255) = 44.70%
R=50.14%
G=5.16%
B=44.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751815600.900.110.31307.2681.3537.84
HexAF129C05AB1F1335126
Octal257222340132133746312146
Binary101011111001010011100010110101011111111001100111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF129C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF129C; }

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

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

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

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

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

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

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

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