#AF246E

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

Shades of Medium Red Violet #AF246E

Tints of Medium Red Violet #AF246E

Color information

#AF246E (or 0xAF246E) is unknown color: approx Medium Red Violet. HEX triplet: AF, 24 and 6E. RGB value is (175,36,110). Sum of RGB (Red+Green+Blue) = 175+36+110=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF246E is #50DB91. Grayscale: #555555. Windows color (decimal): -5299090 or 7218351. OLE color: 7218351.

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

Color convert

RGB17536110-
CMYK00.790.370.31
HSL328.06º65.88%41.37%-
HSV(B)328.06º79.43%68.63%-
XYZ21.1211.515.86-
YUV86141.55191.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.52%
GREEN value IS 36 (14.45% from 255) = 11.21%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=54.52%
G=11.21%
B=34.27%

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
Decimal1753611000.790.370.31328.0665.8841.37
HexAF246E04F251F1484229
Octal257441560117453751010251
Binary10101111100100110111001001111100101111111010010001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF246E; }

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

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

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

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

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

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

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

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