Html Css Color HEX #A24782 Medium Red Violet

📋 copy color: '#A24782'

red 162 ◦ green 71 ◦ blue 130

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

Shades of Medium Red Violet #A24782

Tints of Medium Red Violet #A24782

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.56%

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

R = 44.63%
G = 19.56%
B = 35.81%

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

#A24782 (or 0xA24782) is known color: Medium Red Violet. HEX triplet: A2, 47 and 82. RGB value is (162,71,130). Sum of RGB (Red+Green+Blue) = 162+71+130=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A24782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24782 is #5DB87D. Grayscale: #686868. Windows color (decimal): -6142078 or 8538018. OLE color: 8538018.

HSL color Cylindrical-coordinate representation of color #A24782: hue angle of 321.1º degrees, saturation: 0.39, 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 #A24782 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 71 130 -
CMYK 0 0.56 0.20 0.36
HSL 321.1º 0.39% 0.46% -
HSV(B) 321.1º 0.56% 0.64% -
XYZ 21.18 13.8 22.67 -
YUV 104.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 162 71 130 0 0.56 0.20 0.36 321.1 0.39 0.46
Hex A2 47 82 0 38 14 24 141 27 2E
Octal 242 107 202 0 70 24 44 501 47 56
Binary 10100010 1000111 10000010 0 111000 10100 100100 101000001 100111 101110

Color Harmonies of #A24782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24782

Black with #A24782

Text Example


Text Example

White with #A24782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24782; }

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

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

background-color css

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

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

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

border-color css

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

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

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