Html Css Color HEX #A61487 Medium Violet Red

📋 copy color: '#A61487'

red 166 ◦ green 20 ◦ blue 135

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

Shades of Medium Violet Red #A61487

Tints of Medium Violet Red #A61487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.23%

 BLUE value IS 135 (53.13% from 255) = 42.06%

R = 51.71%
G = 6.23%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A61487 (or 0xA61487) is known color: Medium Violet Red. HEX triplet: A6, 14 and 87. RGB value is (166,20,135). Sum of RGB (Red+Green+Blue) = 166+20+135=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A61487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61487 is #59EB78. Grayscale: #4C4C4C. Windows color (decimal): -5892985 or 8852646. OLE color: 8852646.

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

Color convert

RGB 166 20 135 -
CMYK 0 0.88 0.19 0.35
HSL 312.74º 0.78% 0.36% -
HSV(B) 312.74º 0.88% 0.65% -
XYZ 20.35 10.36 23.85 -
YUV 76.76 160.87 191.65 -
System Red Green Blue C M Y K H S L
Decimal 166 20 135 0 0.88 0.19 0.35 312.74 0.78 0.36
Hex A6 14 87 0 58 13 23 139 4E 24
Octal 246 24 207 0 130 23 43 471 116 44
Binary 10100110 10100 10000111 0 1011000 10011 100011 100111001 1001110 100100

Color Harmonies of #A61487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61487

Black with #A61487

Text Example


Text Example

White with #A61487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61487; }

 p { color: rgb(166,20,135); }

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

background-color css

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

 a { background-color: rgb(166,20,135); }

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

border-color css

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

 span { border-color: rgb(166,20,135); }

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