Html Css Color HEX #A61381 Medium Violet Red

📋 copy color: '#A61381'

red 166 ◦ green 19 ◦ blue 129

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

Shades of Medium Violet Red #A61381

Tints of Medium Violet Red #A61381

RGB

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

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

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

R = 52.87%
G = 6.05%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A61381 (or 0xA61381) is known color: Medium Violet Red. HEX triplet: A6, 13 and 81. RGB value is (166,19,129). Sum of RGB (Red+Green+Blue) = 166+19+129=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A61381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61381 is #59EC7E. Grayscale: #4B4B4B. Windows color (decimal): -5893247 or 8459174. OLE color: 8459174.

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

Color convert

RGB 166 19 129 -
CMYK 0 0.89 0.22 0.35
HSL 315.1º 0.79% 0.36% -
HSV(B) 315.1º 0.89% 0.65% -
XYZ 19.92 10.16 21.68 -
YUV 75.49 158.2 192.56 -
System Red Green Blue C M Y K H S L
Decimal 166 19 129 0 0.89 0.22 0.35 315.1 0.79 0.36
Hex A6 13 81 0 59 16 23 13B 4F 24
Octal 246 23 201 0 131 26 43 473 117 44
Binary 10100110 10011 10000001 0 1011001 10110 100011 100111011 1001111 100100

Color Harmonies of #A61381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61381

Black with #A61381

Text Example


Text Example

White with #A61381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61381; }

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

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

background-color css

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

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

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

border-color css

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

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

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