#AF2D7D

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

Shades of Medium Red Violet #AF2D7D

Tints of Medium Red Violet #AF2D7D

Color information

#AF2D7D (or 0xAF2D7D) is unknown color: approx Medium Red Violet. HEX triplet: AF, 2D and 7D. RGB value is (175,45,125). Sum of RGB (Red+Green+Blue) = 175+45+125=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2D7D is #50D282. Grayscale: #5C5C5C. Windows color (decimal): -5296771 or 8203695. OLE color: 8203695.

HSL color Cylindrical-coordinate representation of color #AF2D7D: hue angle of 323.08º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF2D7D is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB17545125-
CMYK00.740.290.31
HSL323.08º59.09%43.14%-
HSV(B)323.08º74.29%68.63%-
XYZ22.3212.4720.63-
YUV92.99146.07186.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.72%
GREEN value IS 45 (17.97% from 255) = 13.04%
BLUE value IS 125 (49.22% from 255) = 36.23%
R=50.72%
G=13.04%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754512500.740.290.31323.0859.0943.14
HexAF2D7D04A1D1F1433b2b
Octal25755175011235375037353
Binary101011111011011111101010010101110111111101000011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2D7D; }

 p { color: rgb(175,45,125); }

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

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

 a { background-color: rgb(175,45,125); }

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

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

 span { border-color: rgb(175,45,125); }

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