Html Css Color HEX #A61580 Medium Violet Red

📋 copy color: '#A61580'

red 166 ◦ green 21 ◦ blue 128

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

Shades of Medium Violet Red #A61580

Tints of Medium Violet Red #A61580

RGB

 RED value IS 166 (65.23% from 255) = 52.7%

 GREEN value IS 21 (8.59% from 255) = 6.67%

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

R = 52.7%
G = 6.67%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A61580 (or 0xA61580) is known color: Medium Violet Red. HEX triplet: A6, 15 and 80. RGB value is (166,21,128). Sum of RGB (Red+Green+Blue) = 166+21+128=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A61580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61580 is #59EA7F. Grayscale: #4C4C4C. Windows color (decimal): -5892736 or 8394150. OLE color: 8394150.

HSL color Cylindrical-coordinate representation of color #A61580: hue angle of 315.72º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61580 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 21 128 -
CMYK 0 0.87 0.23 0.35
HSL 315.72º 0.78% 0.37% -
HSV(B) 315.72º 0.87% 0.65% -
XYZ 19.89 10.2 21.34 -
YUV 76.55 157.04 191.8 -
System Red Green Blue C M Y K H S L
Decimal 166 21 128 0 0.87 0.23 0.35 315.72 0.78 0.37
Hex A6 15 80 0 57 17 23 13C 4E 25
Octal 246 25 200 0 127 27 43 474 116 45
Binary 10100110 10101 10000000 0 1010111 10111 100011 100111100 1001110 100101

Color Harmonies of #A61580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61580

Black with #A61580

Text Example


Text Example

White with #A61580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61580; }

 p { color: rgb(166,21,128); }

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

background-color css

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

 a { background-color: rgb(166,21,128); }

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

border-color css

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

 span { border-color: rgb(166,21,128); }

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