Html Css Color HEX #A81780 Medium Violet Red

📋 copy color: '#A81780'

red 168 ◦ green 23 ◦ blue 128

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

Shades of Medium Violet Red #A81780

Tints of Medium Violet Red #A81780

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.21%

 BLUE value IS 128 (50.39% from 255) = 40.13%

R = 52.66%
G = 7.21%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A81780 (or 0xA81780) is known color: Medium Violet Red. HEX triplet: A8, 17 and 80. RGB value is (168,23,128). Sum of RGB (Red+Green+Blue) = 168+23+128=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A81780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81780 is #57E87F. Grayscale: #4E4E4E. Windows color (decimal): -5761152 or 8394664. OLE color: 8394664.

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

Color convert

RGB 168 23 128 -
CMYK 0 0.86 0.24 0.34
HSL 316.55º 0.76% 0.37% -
HSV(B) 316.55º 0.86% 0.66% -
XYZ 20.35 10.5 21.38 -
YUV 78.33 156.04 191.96 -
System Red Green Blue C M Y K H S L
Decimal 168 23 128 0 0.86 0.24 0.34 316.55 0.76 0.37
Hex A8 17 80 0 56 18 22 13D 4C 25
Octal 250 27 200 0 126 30 42 475 114 45
Binary 10101000 10111 10000000 0 1010110 11000 100010 100111101 1001100 100101

Color Harmonies of #A81780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81780

Black with #A81780

Text Example


Text Example

White with #A81780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81780; }

 p { color: rgb(168,23,128); }

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

background-color css

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

 a { background-color: rgb(168,23,128); }

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

border-color css

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

 span { border-color: rgb(168,23,128); }

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