Html Css Color HEX #A24882 Medium Red Violet

📋 copy color: '#A24882'

red 162 ◦ green 72 ◦ blue 130

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

Shades of Medium Red Violet #A24882

Tints of Medium Red Violet #A24882

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.78%

 BLUE value IS 130 (51.17% from 255) = 35.71%

R = 44.51%
G = 19.78%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A24882 (or 0xA24882) is known color: Medium Red Violet. HEX triplet: A2, 48 and 82. RGB value is (162,72,130). Sum of RGB (Red+Green+Blue) = 162+72+130=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A24882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24882 is #5DB77D. Grayscale: #696969. Windows color (decimal): -6141822 or 8538274. OLE color: 8538274.

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

Color convert

RGB 162 72 130 -
CMYK 0 0.56 0.20 0.36
HSL 321.33º 0.38% 0.46% -
HSV(B) 321.33º 0.56% 0.64% -
XYZ 21.25 13.93 22.69 -
YUV 105.52 141.82 168.28 -
System Red Green Blue C M Y K H S L
Decimal 162 72 130 0 0.56 0.20 0.36 321.33 0.38 0.46
Hex A2 48 82 0 38 14 24 141 26 2E
Octal 242 110 202 0 70 24 44 501 46 56
Binary 10100010 1001000 10000010 0 111000 10100 100100 101000001 100110 101110

Color Harmonies of #A24882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24882

Black with #A24882

Text Example


Text Example

White with #A24882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24882; }

 p { color: rgb(162,72,130); }

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

background-color css

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

 a { background-color: rgb(162,72,130); }

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

border-color css

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

 span { border-color: rgb(162,72,130); }

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