Html Css Color HEX #A82D79 Medium Red Violet

📋 copy color: '#A82D79'

red 168 ◦ green 45 ◦ blue 121

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

Shades of Medium Red Violet #A82D79

Tints of Medium Red Violet #A82D79

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.47%

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

R = 50.3%
G = 13.47%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A82D79 (or 0xA82D79) is known color: Medium Red Violet. HEX triplet: A8, 2D and 79. RGB value is (168,45,121). Sum of RGB (Red+Green+Blue) = 168+45+121=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82D79 is #57D286. Grayscale: #5A5A5A. Windows color (decimal): -5755527 or 7941544. OLE color: 7941544.

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

Color convert

RGB 168 45 121 -
CMYK 0 0.73 0.28 0.34
HSL 322.93º 0.58% 0.42% -
HSV(B) 322.93º 0.73% 0.66% -
XYZ 20.54 11.58 19.24 -
YUV 90.44 145.25 183.32 -
System Red Green Blue C M Y K H S L
Decimal 168 45 121 0 0.73 0.28 0.34 322.93 0.58 0.42
Hex A8 2D 79 0 49 1C 22 143 3A 2A
Octal 250 55 171 0 111 34 42 503 72 52
Binary 10101000 101101 1111001 0 1001001 11100 100010 101000011 111010 101010

Color Harmonies of #A82D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82D79

Black with #A82D79

Text Example


Text Example

White with #A82D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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