#AF428A

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

Shades of Medium Red Violet #AF428A

Tints of Medium Red Violet #AF428A

Color information

#AF428A (or 0xAF428A) is unknown color: approx Medium Red Violet. HEX triplet: AF, 42 and 8A. RGB value is (175,66,138). Sum of RGB (Red+Green+Blue) = 175+66+138=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF428A is #50BD75. Grayscale: #6A6A6A. Windows color (decimal): -5291382 or 9061039. OLE color: 9061039.

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

Color convert

RGB17566138-
CMYK00.620.210.31
HSL320.37º45.23%47.25%-
HSV(B)320.37º62.29%68.63%-
XYZ24.2114.8525.63-
YUV106.8145.61176.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 66 (26.17% from 255) = 17.41%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=46.17%
G=17.41%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756613800.620.210.31320.3745.2347.25
HexAF428A03E151F1402d2f
Octal25710221207625375005557
Binary1010111110000101000101001111101010111111101000000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF428A; }

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

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

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

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

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

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

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

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