#AF246F

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

Shades of Medium Red Violet #AF246F

Tints of Medium Red Violet #AF246F

Color information

#AF246F (or 0xAF246F) is unknown color: approx Medium Red Violet. HEX triplet: AF, 24 and 6F. RGB value is (175,36,111). Sum of RGB (Red+Green+Blue) = 175+36+111=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF246F is #50DB90. Grayscale: #555555. Windows color (decimal): -5299089 or 7283887. OLE color: 7283887.

HSL color Cylindrical-coordinate representation of color #AF246F: hue angle of 327.63º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF246F is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17536111-
CMYK00.790.370.31
HSL327.63º65.88%41.37%-
HSV(B)327.63º79.43%68.63%-
XYZ21.1811.5216.15-
YUV86.11142.05191.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.35%
GREEN value IS 36 (14.45% from 255) = 11.18%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=54.35%
G=11.18%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753611100.790.370.31327.6365.8841.37
HexAF246F04F251F1484229
Octal257441570117453751010251
Binary10101111100100110111101001111100101111111010010001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF246F; }

 p { color: rgb(175,36,111); }

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

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

 a { background-color: rgb(175,36,111); }

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

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

 span { border-color: rgb(175,36,111); }

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