#AF3C7E

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

Shades of Medium Red Violet #AF3C7E

Tints of Medium Red Violet #AF3C7E

Color information

#AF3C7E (or 0xAF3C7E) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3C and 7E. RGB value is (175,60,126). Sum of RGB (Red+Green+Blue) = 175+60+126=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3C7E is #50C381. Grayscale: #656565. Windows color (decimal): -5292930 or 8273071. OLE color: 8273071.

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

Color convert

RGB17560126-
CMYK00.660.280.31
HSL325.57º48.94%46.08%-
HSV(B)325.57º65.71%68.63%-
XYZ23.0613.8521.2-
YUV101.91141.6180.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 60 (23.83% from 255) = 16.62%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=48.48%
G=16.62%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756012600.660.280.31325.5748.9446.08
HexAF3C7E0421C1F146312e
Octal25774176010234375066156
Binary101011111111001111110010000101110011111101000110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3C7E; }

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

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

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

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

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

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

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

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