Html Css Color HEX #A80D84 Medium Violet Red

📋 copy color: '#A80D84'

red 168 ◦ green 13 ◦ blue 132

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

Shades of Medium Violet Red #A80D84

Tints of Medium Violet Red #A80D84

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.15%

 BLUE value IS 132 (51.95% from 255) = 42.17%

R = 53.67%
G = 4.15%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A80D84 (or 0xA80D84) is known color: Medium Violet Red. HEX triplet: A8, 0D and 84. RGB value is (168,13,132). Sum of RGB (Red+Green+Blue) = 168+13+132=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80D84 is #57F27B. Grayscale: #484848. Windows color (decimal): -5763708 or 8654248. OLE color: 8654248.

HSL color Cylindrical-coordinate representation of color #A80D84: hue angle of 313.94º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80D84 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 13 132 -
CMYK 0 0.92 0.21 0.34
HSL 313.94º 0.86% 0.35% -
HSV(B) 313.94º 0.92% 0.66% -
XYZ 20.46 10.28 22.74 -
YUV 72.91 161.35 195.82 -
System Red Green Blue C M Y K H S L
Decimal 168 13 132 0 0.92 0.21 0.34 313.94 0.86 0.35
Hex A8 D 84 0 5C 15 22 13A 56 23
Octal 250 15 204 0 134 25 42 472 126 43
Binary 10101000 1101 10000100 0 1011100 10101 100010 100111010 1010110 100011

Color Harmonies of #A80D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80D84

Black with #A80D84

Text Example


Text Example

White with #A80D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80D84; }

 p { color: rgb(168,13,132); }

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

background-color css

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

 a { background-color: rgb(168,13,132); }

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

border-color css

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

 span { border-color: rgb(168,13,132); }

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