#A42F99

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

Shades of Medium Red Violet #A42F99

Tints of Medium Red Violet #A42F99

Color information

#A42F99 (or 0xA42F99) is unknown color: approx Medium Red Violet. HEX triplet: A4, 2F and 99. RGB value is (164,47,153). Sum of RGB (Red+Green+Blue) = 164+47+153=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42F99 is #5BD066. Grayscale: #5D5D5D. Windows color (decimal): -6017127 or 10039204. OLE color: 10039204.

HSL color Cylindrical-coordinate representation of color #A42F99: hue angle of 305.64º 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 #A42F99 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16447153-
CMYK00.710.070.36
HSL305.64º55.45%41.37%-
HSV(B)305.64º71.34%64.31%-
XYZ22.0812.2331.33-
YUV94.07161.26177.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.05%
GREEN value IS 47 (18.75% from 255) = 12.91%
BLUE value IS 153 (60.16% from 255) = 42.03%
R=45.05%
G=12.91%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644715300.710.070.36305.6455.4541.37
HexA42F990477241323729
Octal2445723101077444626751
Binary101001001011111001100101000111111100100100110010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42F99; }

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

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

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

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

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

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

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

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