Html Css Color HEX #A81180 Medium Violet Red

📋 copy color: '#A81180'

red 168 ◦ green 17 ◦ blue 128

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

Shades of Medium Violet Red #A81180

Tints of Medium Violet Red #A81180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.43%

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

R = 53.67%
G = 5.43%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A81180 (or 0xA81180) is known color: Medium Violet Red. HEX triplet: A8, 11 and 80. RGB value is (168,17,128). Sum of RGB (Red+Green+Blue) = 168+17+128=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A81180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81180 is #57EE7F. Grayscale: #4A4A4A. Windows color (decimal): -5762688 or 8393128. OLE color: 8393128.

HSL color Cylindrical-coordinate representation of color #A81180: hue angle of 315.89º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81180 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 128 -
CMYK 0 0.90 0.24 0.34
HSL 315.89º 0.82% 0.36% -
HSV(B) 315.89º 0.9% 0.66% -
XYZ 20.25 10.28 21.34 -
YUV 74.8 158.03 194.47 -
System Red Green Blue C M Y K H S L
Decimal 168 17 128 0 0.90 0.24 0.34 315.89 0.82 0.36
Hex A8 11 80 0 5A 18 22 13C 52 24
Octal 250 21 200 0 132 30 42 474 122 44
Binary 10101000 10001 10000000 0 1011010 11000 100010 100111100 1010010 100100

Color Harmonies of #A81180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81180

Black with #A81180

Text Example


Text Example

White with #A81180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81180; }

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

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

background-color css

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

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

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

border-color css

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

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

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