#AF237F

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

Shades of Medium Red Violet #AF237F

Tints of Medium Red Violet #AF237F

Color information

#AF237F (or 0xAF237F) is unknown color: approx Medium Red Violet. HEX triplet: AF, 23 and 7F. RGB value is (175,35,127). Sum of RGB (Red+Green+Blue) = 175+35+127=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF237F is #50DC80. Grayscale: #575757. Windows color (decimal): -5299329 or 8332207. OLE color: 8332207.

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

Color convert

RGB17535127-
CMYK00.80.270.31
HSL320.57º66.67%41.18%-
HSV(B)320.57º80%68.63%-
XYZ22.1111.8521.2-
YUV87.35150.38190.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 35 (14.06% from 255) = 10.39%
BLUE value IS 127 (50% from 255) = 37.69%
R=51.93%
G=10.39%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753512700.80.270.31320.5766.6741.18
HexAF237F0501B1F1414329
Octal257431770120333750110351
Binary1010111110001111111110101000011011111111010000011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF237F; }

 p { color: rgb(175,35,127); }

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

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

 a { background-color: rgb(175,35,127); }

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

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

 span { border-color: rgb(175,35,127); }

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