Html Css Color HEX #A24580 Medium Red Violet

📋 copy color: '#A24580'

red 162 ◦ green 69 ◦ blue 128

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

Shades of Medium Red Violet #A24580

Tints of Medium Red Violet #A24580

RGB

 RED value IS 162 (63.67% from 255) = 45.13%

 GREEN value IS 69 (27.34% from 255) = 19.22%

 BLUE value IS 128 (50.39% from 255) = 35.65%

R = 45.13%
G = 19.22%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A24580 (or 0xA24580) is known color: Medium Red Violet. HEX triplet: A2, 45 and 80. RGB value is (162,69,128). Sum of RGB (Red+Green+Blue) = 162+69+128=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A24580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24580 is #5DBA7F. Grayscale: #676767. Windows color (decimal): -6142592 or 8406434. OLE color: 8406434.

HSL color Cylindrical-coordinate representation of color #A24580: hue angle of 321.94º 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 #A24580 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 69 128 -
CMYK 0 0.57 0.21 0.36
HSL 321.94º 0.4% 0.45% -
HSV(B) 321.94º 0.57% 0.64% -
XYZ 20.92 13.5 21.92 -
YUV 103.53 141.81 169.7 -
System Red Green Blue C M Y K H S L
Decimal 162 69 128 0 0.57 0.21 0.36 321.94 0.4 0.45
Hex A2 45 80 0 39 15 24 142 28 2D
Octal 242 105 200 0 71 25 44 502 50 55
Binary 10100010 1000101 10000000 0 111001 10101 100100 101000010 101000 101101

Color Harmonies of #A24580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24580

Black with #A24580

Text Example


Text Example

White with #A24580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24580; }

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

 H1.HeaderClassName
 {
   color: #A24580;
 }
 .AnyTagClassName
 {
   color: #A24580;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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