#AF129E

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

Shades of Medium Violet Red #AF129E

Tints of Medium Violet Red #AF129E

Color information

#AF129E (or 0xAF129E) is unknown color: approx Medium Violet Red. HEX triplet: AF, 12 and 9E. RGB value is (175,18,158). Sum of RGB (Red+Green+Blue) = 175+18+158=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF129E is #50ED61. Grayscale: #505050. Windows color (decimal): -5303650 or 10359471. OLE color: 10359471.

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

Color convert

RGB17518158-
CMYK00.900.100.31
HSL306.5º81.35%37.84%-
HSV(B)306.5º89.71%68.63%-
XYZ24.0712.0233.4-
YUV80.9171.51195.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 18 (7.42% from 255) = 5.13%
BLUE value IS 158 (62.11% from 255) = 45.01%
R=49.86%
G=5.13%
B=45.01%

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
Decimal1751815800.900.100.31306.581.3537.84
HexAF129E05AA1F1325126
Octal257222360132123746212146
Binary101011111001010011110010110101010111111001100101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF129E; }

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

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

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

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

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

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

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

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