Html Css Color HEX #A81080 Medium Violet Red

📋 copy color: '#A81080'

red 168 ◦ green 16 ◦ blue 128

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

Shades of Medium Violet Red #A81080

Tints of Medium Violet Red #A81080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

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

R = 53.85%
G = 5.13%
B = 41.03%

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

#A81080 (or 0xA81080) is known color: Medium Violet Red. HEX triplet: A8, 10 and 80. RGB value is (168,16,128). Sum of RGB (Red+Green+Blue) = 168+16+128=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A81080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81080 is #57EF7F. Grayscale: #494949. Windows color (decimal): -5762944 or 8392872. OLE color: 8392872.

HSL color Cylindrical-coordinate representation of color #A81080: hue angle of 315.79º degrees, saturation: 0.83, 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 #A81080 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 16 128 -
CMYK 0 0.90 0.24 0.34
HSL 315.79º 0.83% 0.36% -
HSV(B) 315.79º 0.9% 0.66% -
XYZ 20.23 10.25 21.34 -
YUV 74.22 158.36 194.89 -
System Red Green Blue C M Y K H S L
Decimal 168 16 128 0 0.90 0.24 0.34 315.79 0.83 0.36
Hex A8 10 80 0 5A 18 22 13C 53 24
Octal 250 20 200 0 132 30 42 474 123 44
Binary 10101000 10000 10000000 0 1011010 11000 100010 100111100 1010011 100100

Color Harmonies of #A81080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81080

Black with #A81080

Text Example


Text Example

White with #A81080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81080; }

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

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

background-color css

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

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

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

border-color css

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

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

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