#AF2C8F

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

Shades of Medium Red Violet #AF2C8F

Tints of Medium Red Violet #AF2C8F

Color information

#AF2C8F (or 0xAF2C8F) is unknown color: approx Medium Red Violet. HEX triplet: AF, 2C and 8F. RGB value is (175,44,143). Sum of RGB (Red+Green+Blue) = 175+44+143=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2C8F is #50D370. Grayscale: #5E5E5E. Windows color (decimal): -5297009 or 9383087. OLE color: 9383087.

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

Color convert

RGB17544143-
CMYK00.750.180.31
HSL314.66º59.82%42.94%-
HSV(B)314.66º74.86%68.63%-
XYZ23.5412.927.24-
YUV94.45155.4185.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.34%
GREEN value IS 44 (17.58% from 255) = 12.15%
BLUE value IS 143 (56.25% from 255) = 39.50%
R=48.34%
G=12.15%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754414300.750.180.31314.6659.8242.94
HexAF2C8F04B121F13b3c2b
Octal25754217011322374737453
Binary1010111110110010001111010010111001011111100111011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2C8F; }

 p { color: rgb(175,44,143); }

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

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

 a { background-color: rgb(175,44,143); }

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

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

 span { border-color: rgb(175,44,143); }

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