Html Css Color HEX #A82979 Medium Red Violet

📋 copy color: '#A82979'

red 168 ◦ green 41 ◦ blue 121

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

Shades of Medium Red Violet #A82979

Tints of Medium Red Violet #A82979

RGB

 RED value IS 168 (66.02% from 255) = 50.91%

 GREEN value IS 41 (16.41% from 255) = 12.42%

 BLUE value IS 121 (47.66% from 255) = 36.67%

R = 50.91%
G = 12.42%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A82979 (or 0xA82979) is known color: Medium Red Violet. HEX triplet: A8, 29 and 79. RGB value is (168,41,121). Sum of RGB (Red+Green+Blue) = 168+41+121=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A82979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82979 is #57D686. Grayscale: #575757. Windows color (decimal): -5756551 or 7940520. OLE color: 7940520.

HSL color Cylindrical-coordinate representation of color #A82979: hue angle of 322.2º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82979 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 41 121 -
CMYK 0 0.76 0.28 0.34
HSL 322.2º 0.61% 0.41% -
HSV(B) 322.2º 0.76% 0.66% -
XYZ 20.39 11.29 19.19 -
YUV 88.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 168 41 121 0 0.76 0.28 0.34 322.2 0.61 0.41
Hex A8 29 79 0 4C 1C 22 142 3D 29
Octal 250 51 171 0 114 34 42 502 75 51
Binary 10101000 101001 1111001 0 1001100 11100 100010 101000010 111101 101001

Color Harmonies of #A82979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82979

Black with #A82979

Text Example


Text Example

White with #A82979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82979; }

 p { color: rgb(168,41,121); }

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

background-color css

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

 a { background-color: rgb(168,41,121); }

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

border-color css

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

 span { border-color: rgb(168,41,121); }

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