Html Css Color HEX #A24584 Medium Red Violet

📋 copy color: '#A24584'

red 162 ◦ green 69 ◦ blue 132

#A24584
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #A24584

Tints of Medium Red Violet #A24584

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 value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A24584 (or 0xA24584) is known color: 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

RGB 162 69 132 -
CMYK 0 0.57 0.19 0.36
HSL 319.35º 0.4% 0.45% -
HSV(B) 319.35º 0.57% 0.64% -
XYZ 21.19 13.6 23.34 -
YUV 103.99 143.81 169.38 -
System Red Green Blue C M Y K H S L
Decimal 162 69 132 0 0.57 0.19 0.36 319.35 0.4 0.45
Hex A2 45 84 0 39 13 24 13F 28 2D
Octal 242 105 204 0 71 23 44 477 50 55
Binary 10100010 1000101 10000100 0 111001 10011 100100 100111111 101000 101101

Color Harmonies of #A24584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24584

Black with #A24584

Text Example


Text Example

White with #A24584

Text Example


Text Example

HTML Codes & Css Web 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>