#AF428D

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

Shades of Medium Red Violet #AF428D

Tints of Medium Red Violet #AF428D

Color information

#AF428D (or 0xAF428D) is unknown color: approx Medium Red Violet. HEX triplet: AF, 42 and 8D. RGB value is (175,66,141). Sum of RGB (Red+Green+Blue) = 175+66+141=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF428D is #50BD72. Grayscale: #6A6A6A. Windows color (decimal): -5291379 or 9257647. OLE color: 9257647.

HSL color Cylindrical-coordinate representation of color #AF428D: hue angle of 318.72º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF428D is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17566141-
CMYK00.620.190.31
HSL318.72º45.23%47.25%-
HSV(B)318.72º62.29%68.63%-
XYZ24.4414.9326.79-
YUV107.14147.11176.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 141 (55.47% from 255) = 36.91%
R=45.81%
G=17.28%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756614100.620.190.31318.7245.2347.25
HexAF428D03E131F13f2d2f
Octal25710221507623374775557
Binary1010111110000101000110101111101001111111100111111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF428D; }

 p { color: rgb(175,66,141); }

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

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

 a { background-color: rgb(175,66,141); }

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

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

 span { border-color: rgb(175,66,141); }

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