Html Css Color HEX #A82A79 Medium Red Violet

📋 copy color: '#A82A79'

red 168 ◦ green 42 ◦ blue 121

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

Shades of Medium Red Violet #A82A79

Tints of Medium Red Violet #A82A79

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.69%

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

R = 50.76%
G = 12.69%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A82A79 (or 0xA82A79) is known color: Medium Red Violet. HEX triplet: A8, 2A and 79. RGB value is (168,42,121). Sum of RGB (Red+Green+Blue) = 168+42+121=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82A79 is #57D586. Grayscale: #585858. Windows color (decimal): -5756295 or 7940776. OLE color: 7940776.

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

Color convert

RGB 168 42 121 -
CMYK 0 0.75 0.28 0.34
HSL 322.38º 0.6% 0.41% -
HSV(B) 322.38º 0.75% 0.66% -
XYZ 20.43 11.36 19.21 -
YUV 88.68 146.24 184.58 -
System Red Green Blue C M Y K H S L
Decimal 168 42 121 0 0.75 0.28 0.34 322.38 0.6 0.41
Hex A8 2A 79 0 4B 1C 22 142 3C 29
Octal 250 52 171 0 113 34 42 502 74 51
Binary 10101000 101010 1111001 0 1001011 11100 100010 101000010 111100 101001

Color Harmonies of #A82A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82A79

Black with #A82A79

Text Example


Text Example

White with #A82A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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