#A24488

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

Shades of Medium Red Violet #A24488

Tints of Medium Red Violet #A24488

Color information

#A24488 (or 0xA24488) is unknown color: approx Medium Red Violet. HEX triplet: A2, 44 and 88. RGB value is (162,68,136). Sum of RGB (Red+Green+Blue) = 162+68+136=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A24488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24488 is #5DBB77. Grayscale: #676767. Windows color (decimal): -6142840 or 8930466. OLE color: 8930466.

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

Color convert

RGB16268136-
CMYK00.580.160.36
HSL316.6º40.87%45.1%-
HSV(B)316.6º58.02%63.53%-
XYZ21.4113.5924.79-
YUV103.86146.14169.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 68 (26.95% from 255) = 18.58%
BLUE value IS 136 (53.52% from 255) = 37.16%
R=44.26%
G=18.58%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626813600.580.160.36316.640.8745.1
HexA2448803A102413d292d
Octal24210421007220444755155
Binary10100010100010010001000011101010000100100100111101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24488; }

 p { color: rgb(162,68,136); }

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

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

 a { background-color: rgb(162,68,136); }

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

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

 span { border-color: rgb(162,68,136); }

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