#AF3C7F

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

Shades of Medium Red Violet #AF3C7F

Tints of Medium Red Violet #AF3C7F

Color information

#AF3C7F (or 0xAF3C7F) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3C and 7F. RGB value is (175,60,127). Sum of RGB (Red+Green+Blue) = 175+60+127=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3C7F is #50C380. Grayscale: #656565. Windows color (decimal): -5292929 or 8338607. OLE color: 8338607.

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

Color convert

RGB17560127-
CMYK00.660.270.31
HSL325.04º48.94%46.08%-
HSV(B)325.04º65.71%68.63%-
XYZ23.1313.8821.54-
YUV102.02142.1180.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.34%
GREEN value IS 60 (23.83% from 255) = 16.57%
BLUE value IS 127 (50% from 255) = 35.08%
R=48.34%
G=16.57%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756012700.660.270.31325.0448.9446.08
HexAF3C7F0421B1F145312e
Octal25774177010233375056156
Binary101011111111001111111010000101101111111101000101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3C7F; }

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

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

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

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

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

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

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

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