Html Css Color HEX #A61581 Medium Violet Red

📋 copy color: '#A61581'

red 166 ◦ green 21 ◦ blue 129

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

Shades of Medium Violet Red #A61581

Tints of Medium Violet Red #A61581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.82%

R = 52.53%
G = 6.65%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A61581 (or 0xA61581) is known color: Medium Violet Red. HEX triplet: A6, 15 and 81. RGB value is (166,21,129). Sum of RGB (Red+Green+Blue) = 166+21+129=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A61581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61581 is #59EA7E. Grayscale: #4C4C4C. Windows color (decimal): -5892735 or 8459686. OLE color: 8459686.

HSL color Cylindrical-coordinate representation of color #A61581: hue angle of 315.31º 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 #A61581 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 21 129 -
CMYK 0 0.87 0.22 0.35
HSL 315.31º 0.78% 0.37% -
HSV(B) 315.31º 0.87% 0.65% -
XYZ 19.96 10.23 21.69 -
YUV 76.67 157.54 191.72 -
System Red Green Blue C M Y K H S L
Decimal 166 21 129 0 0.87 0.22 0.35 315.31 0.78 0.37
Hex A6 15 81 0 57 16 23 13B 4E 25
Octal 246 25 201 0 127 26 43 473 116 45
Binary 10100110 10101 10000001 0 1010111 10110 100011 100111011 1001110 100101

Color Harmonies of #A61581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61581

Black with #A61581

Text Example


Text Example

White with #A61581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61581; }

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

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

background-color css

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

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

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

border-color css

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

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

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