Html Css Color HEX #A80C83 Medium Violet Red

📋 copy color: '#A80C83'

red 168 ◦ green 12 ◦ blue 131

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

Shades of Medium Violet Red #A80C83

Tints of Medium Violet Red #A80C83

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.86%

 BLUE value IS 131 (51.56% from 255) = 42.12%

R = 54.02%
G = 3.86%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A80C83 (or 0xA80C83) is known color: Medium Violet Red. HEX triplet: A8, 0C and 83. RGB value is (168,12,131). Sum of RGB (Red+Green+Blue) = 168+12+131=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80C83 is #57F37C. Grayscale: #474747. Windows color (decimal): -5763965 or 8588456. OLE color: 8588456.

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

Color convert

RGB 168 12 131 -
CMYK 0 0.93 0.22 0.34
HSL 314.23º 0.87% 0.35% -
HSV(B) 314.23º 0.93% 0.66% -
XYZ 20.38 10.23 22.37 -
YUV 72.21 161.18 196.32 -
System Red Green Blue C M Y K H S L
Decimal 168 12 131 0 0.93 0.22 0.34 314.23 0.87 0.35
Hex A8 C 83 0 5D 16 22 13A 57 23
Octal 250 14 203 0 135 26 42 472 127 43
Binary 10101000 1100 10000011 0 1011101 10110 100010 100111010 1010111 100011

Color Harmonies of #A80C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80C83

Black with #A80C83

Text Example


Text Example

White with #A80C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80C83; }

 p { color: rgb(168,12,131); }

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

background-color css

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

 a { background-color: rgb(168,12,131); }

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

border-color css

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

 span { border-color: rgb(168,12,131); }

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