#A42F8A

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

Shades of Medium Red Violet #A42F8A

Tints of Medium Red Violet #A42F8A

Color information

#A42F8A (or 0xA42F8A) is unknown color: approx Medium Red Violet. HEX triplet: A4, 2F and 8A. RGB value is (164,47,138). Sum of RGB (Red+Green+Blue) = 164+47+138=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42F8A is #5BD075. Grayscale: #5C5C5C. Windows color (decimal): -6017142 or 9056164. OLE color: 9056164.

HSL color Cylindrical-coordinate representation of color #A42F8A: hue angle of 313.33º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A42F8A is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB16447138-
CMYK00.710.160.36
HSL313.33º55.45%41.37%-
HSV(B)313.33º71.34%64.31%-
XYZ20.9111.7625.21-
YUV92.36153.76179.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 47 (18.75% from 255) = 13.47%
BLUE value IS 138 (54.30% from 255) = 39.54%
R=46.99%
G=13.47%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644713800.710.160.36313.3355.4541.37
HexA42F8A04710241393729
Octal24457212010720444716751
Binary10100100101111100010100100011110000100100100111001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42F8A; }

 p { color: rgb(164,47,138); }

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

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

 a { background-color: rgb(164,47,138); }

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

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

 span { border-color: rgb(164,47,138); }

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