Html Css Color HEX #A61584 Medium Violet Red

📋 copy color: '#A61584'

red 166 ◦ green 21 ◦ blue 132

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

Shades of Medium Violet Red #A61584

Tints of Medium Violet Red #A61584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.38%

R = 52.04%
G = 6.58%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A61584 (or 0xA61584) is known color: Medium Violet Red. HEX triplet: A6, 15 and 84. RGB value is (166,21,132). Sum of RGB (Red+Green+Blue) = 166+21+132=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A61584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61584 is #59EA7B. Grayscale: #4C4C4C. Windows color (decimal): -5892732 or 8656294. OLE color: 8656294.

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

Color convert

RGB 166 21 132 -
CMYK 0 0.87 0.20 0.35
HSL 314.07º 0.78% 0.37% -
HSV(B) 314.07º 0.87% 0.65% -
XYZ 20.16 10.31 22.76 -
YUV 77.01 159.04 191.47 -
System Red Green Blue C M Y K H S L
Decimal 166 21 132 0 0.87 0.20 0.35 314.07 0.78 0.37
Hex A6 15 84 0 57 14 23 13A 4E 25
Octal 246 25 204 0 127 24 43 472 116 45
Binary 10100110 10101 10000100 0 1010111 10100 100011 100111010 1001110 100101

Color Harmonies of #A61584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61584

Black with #A61584

Text Example


Text Example

White with #A61584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61584; }

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

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

background-color css

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

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

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

border-color css

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

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

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