#af287e

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

Shades of Medium Red Violet #AF287E

Tints of Medium Red Violet #AF287E

Color information

#AF287E (or 0xAF287E) is unknown color: approx Medium Red Violet. HEX triplet: AF, 28 and 7E. RGB value is (175,40,126). Sum of RGB (Red+Green+Blue) = 175+40+126=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF287E is #50D781. Grayscale: #595959. Windows color (decimal): -5298050 or 8267951. OLE color: 8267951.

HSL color Cylindrical-coordinate representation of color #AF287E: hue angle of 321.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF287E is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17540126-
CMYK00.770.280.31
HSL321.78º62.79%42.16%-
HSV(B)321.78º77.14%68.63%-
XYZ22.212.1420.91-
YUV90.17148.23188.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.32%
GREEN value IS 40 (16.02% from 255) = 11.73%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=51.32%
G=11.73%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754012600.770.280.31321.7862.7942.16
HexAF287E04D1C1F1423f2a
Octal25750176011534375027752
Binary101011111010001111110010011011110011111101000010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af287e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af287e; }

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

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

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

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

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

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

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

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