Html Css Color HEX #A80E82 Medium Violet Red

📋 copy color: '#A80E82'

red 168 ◦ green 14 ◦ blue 130

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

Shades of Medium Violet Red #A80E82

Tints of Medium Violet Red #A80E82

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.49%

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

R = 53.85%
G = 4.49%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A80E82 (or 0xA80E82) is known color: Medium Violet Red. HEX triplet: A8, 0E and 82. RGB value is (168,14,130). Sum of RGB (Red+Green+Blue) = 168+14+130=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80E82 is #57F17D. Grayscale: #484848. Windows color (decimal): -5763454 or 8523432. OLE color: 8523432.

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

Color convert

RGB 168 14 130 -
CMYK 0 0.92 0.23 0.34
HSL 314.81º 0.85% 0.36% -
HSV(B) 314.81º 0.92% 0.66% -
XYZ 20.33 10.25 22.03 -
YUV 73.27 160.02 195.57 -
System Red Green Blue C M Y K H S L
Decimal 168 14 130 0 0.92 0.23 0.34 314.81 0.85 0.36
Hex A8 E 82 0 5C 17 22 13B 55 24
Octal 250 16 202 0 134 27 42 473 125 44
Binary 10101000 1110 10000010 0 1011100 10111 100010 100111011 1010101 100100

Color Harmonies of #A80E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80E82

Black with #A80E82

Text Example


Text Example

White with #A80E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80E82; }

 p { color: rgb(168,14,130); }

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

background-color css

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

 a { background-color: rgb(168,14,130); }

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

border-color css

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

 span { border-color: rgb(168,14,130); }

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