#A43582

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

Shades of Medium Red Violet #A43582

Tints of Medium Red Violet #A43582

Color information

#A43582 (or 0xA43582) is unknown color: approx Medium Red Violet. HEX triplet: A4, 35 and 82. RGB value is (164,53,130). Sum of RGB (Red+Green+Blue) = 164+53+130=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A43582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43582 is #5BCA7D. Grayscale: #5E5E5E. Windows color (decimal): -6015614 or 8533412. OLE color: 8533412.

HSL color Cylindrical-coordinate representation of color #A43582: hue angle of 318.38º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43582 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB16453130-
CMYK00.680.210.36
HSL318.38º51.15%42.55%-
HSV(B)318.38º67.68%64.31%-
XYZ20.6112.0522.36-
YUV94.97147.77177.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 53 (21.09% from 255) = 15.27%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=47.26%
G=15.27%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645313000.680.210.36318.3851.1542.55
HexA43582044152413e332b
Octal24465202010425444766353
Binary10100100110101100000100100010010101100100100111110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43582; }

 p { color: rgb(164,53,130); }

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

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

 a { background-color: rgb(164,53,130); }

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

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

 span { border-color: rgb(164,53,130); }

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