#A24A86

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

Shades of Medium Red Violet #A24A86

Tints of Medium Red Violet #A24A86

Color information

#A24A86 (or 0xA24A86) is unknown color: approx Medium Red Violet. HEX triplet: A2, 4A and 86. RGB value is (162,74,134). Sum of RGB (Red+Green+Blue) = 162+74+134=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24A86 is #5DB579. Grayscale: #6A6A6A. Windows color (decimal): -6141306 or 8800930. OLE color: 8800930.

HSL color Cylindrical-coordinate representation of color #A24A86: hue angle of 319.09º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24A86 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB16274134-
CMYK00.540.170.36
HSL319.09º37.29%46.27%-
HSV(B)319.09º54.32%63.53%-
XYZ21.6514.324.17-
YUV107.15143.15167.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 74 (29.30% from 255) = 20%
BLUE value IS 134 (52.73% from 255) = 36.22%
R=43.78%
G=20%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627413400.540.170.36319.0937.2946.27
HexA24A86036112413f252e
Octal24211220606621444774556
Binary10100010100101010000110011011010001100100100111111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A86; }

 p { color: rgb(162,74,134); }

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

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

 a { background-color: rgb(162,74,134); }

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

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

 span { border-color: rgb(162,74,134); }

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