Html Css Color HEX #A24080 Medium Red Violet

📋 copy color: '#A24080'

red 162 ◦ green 64 ◦ blue 128

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

Shades of Medium Red Violet #A24080

Tints of Medium Red Violet #A24080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.08%

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

R = 45.76%
G = 18.08%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A24080 (or 0xA24080) is known color: Medium Red Violet. HEX triplet: A2, 40 and 80. RGB value is (162,64,128). Sum of RGB (Red+Green+Blue) = 162+64+128=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A24080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24080 is #5DBF7F. Grayscale: #646464. Windows color (decimal): -6143872 or 8405154. OLE color: 8405154.

HSL color Cylindrical-coordinate representation of color #A24080: hue angle of 320.82º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24080 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 64 128 -
CMYK 0 0.60 0.21 0.36
HSL 320.82º 0.43% 0.44% -
HSV(B) 320.82º 0.6% 0.64% -
XYZ 20.63 12.91 21.83 -
YUV 100.6 143.47 171.8 -
System Red Green Blue C M Y K H S L
Decimal 162 64 128 0 0.60 0.21 0.36 320.82 0.43 0.44
Hex A2 40 80 0 3C 15 24 141 2B 2C
Octal 242 100 200 0 74 25 44 501 53 54
Binary 10100010 1000000 10000000 0 111100 10101 100100 101000001 101011 101100

Color Harmonies of #A24080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24080

Black with #A24080

Text Example


Text Example

White with #A24080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24080; }

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

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

background-color css

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

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

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

border-color css

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

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

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