Html Css Color HEX #A61380 Medium Violet Red

📋 copy color: '#A61380'

red 166 ◦ green 19 ◦ blue 128

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

Shades of Medium Violet Red #A61380

Tints of Medium Violet Red #A61380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.07%

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

R = 53.04%
G = 6.07%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A61380 (or 0xA61380) is known color: Medium Violet Red. HEX triplet: A6, 13 and 80. RGB value is (166,19,128). Sum of RGB (Red+Green+Blue) = 166+19+128=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A61380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61380 is #59EC7F. Grayscale: #4B4B4B. Windows color (decimal): -5893248 or 8393638. OLE color: 8393638.

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

Color convert

RGB 166 19 128 -
CMYK 0 0.89 0.23 0.35
HSL 315.51º 0.79% 0.36% -
HSV(B) 315.51º 0.89% 0.65% -
XYZ 19.86 10.13 21.33 -
YUV 75.38 157.7 192.64 -
System Red Green Blue C M Y K H S L
Decimal 166 19 128 0 0.89 0.23 0.35 315.51 0.79 0.36
Hex A6 13 80 0 59 17 23 13C 4F 24
Octal 246 23 200 0 131 27 43 474 117 44
Binary 10100110 10011 10000000 0 1011001 10111 100011 100111100 1001111 100100

Color Harmonies of #A61380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61380

Black with #A61380

Text Example


Text Example

White with #A61380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61380; }

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

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

background-color css

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

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

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

border-color css

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

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

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