#AF247E

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

Shades of Medium Red Violet #AF247E

Tints of Medium Red Violet #AF247E

Color information

#AF247E (or 0xAF247E) is unknown color: approx Medium Red Violet. HEX triplet: AF, 24 and 7E. RGB value is (175,36,126). Sum of RGB (Red+Green+Blue) = 175+36+126=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF247E is #50DB81. Grayscale: #575757. Windows color (decimal): -5299074 or 8266927. OLE color: 8266927.

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

Color convert

RGB17536126-
CMYK00.790.280.31
HSL321.15º65.88%41.37%-
HSV(B)321.15º79.43%68.63%-
XYZ22.0811.8820.87-
YUV87.82149.55190.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 36 (14.45% from 255) = 10.68%
BLUE value IS 126 (49.61% from 255) = 37.39%
R=51.93%
G=10.68%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753612600.790.280.31321.1565.8841.37
HexAF247E04F1C1F1414229
Octal257441760117343750110251
Binary1010111110010011111100100111111100111111010000011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF247E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF247E; }

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

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

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

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

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

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

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

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