#A24584

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

Shades of Medium Red Violet #A24584

Tints of Medium Red Violet #A24584

Color information

#A24584 (or 0xA24584) is unknown color: approx Medium Red Violet. HEX triplet: A2, 45 and 84. RGB value is (162,69,132). Sum of RGB (Red+Green+Blue) = 162+69+132=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A24584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24584 is #5DBA7B. Grayscale: #676767. Windows color (decimal): -6142588 or 8668578. OLE color: 8668578.

HSL color Cylindrical-coordinate representation of color #A24584: hue angle of 319.35º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24584 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB16269132-
CMYK00.570.190.36
HSL319.35º40.26%45.29%-
HSV(B)319.35º57.41%63.53%-
XYZ21.1913.623.34-
YUV103.99143.81169.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 69 (27.34% from 255) = 19.01%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=44.63%
G=19.01%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626913200.570.190.36319.3540.2645.29
HexA24584039132413f282d
Octal24210520407123444775055
Binary10100010100010110000100011100110011100100100111111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24584; }

 p { color: rgb(162,69,132); }

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

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

 a { background-color: rgb(162,69,132); }

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

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

 span { border-color: rgb(162,69,132); }

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