Html Css Color HEX #A61D8E Medium Red Violet

📋 copy color: '#A61D8E'

red 166 ◦ green 29 ◦ blue 142

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

Shades of Medium Red Violet #A61D8E

Tints of Medium Red Violet #A61D8E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.61%

 BLUE value IS 142 (55.86% from 255) = 42.14%

R = 49.26%
G = 8.61%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A61D8E (or 0xA61D8E) is known color: Medium Red Violet. HEX triplet: A6, 1D and 8E. RGB value is (166,29,142). Sum of RGB (Red+Green+Blue) = 166+29+142=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61D8E is #59E271. Grayscale: #525252. Windows color (decimal): -5890674 or 9313702. OLE color: 9313702.

HSL color Cylindrical-coordinate representation of color #A61D8E: hue angle of 310.51º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61D8E is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 29 142 -
CMYK 0 0.83 0.14 0.35
HSL 310.51º 0.7% 0.38% -
HSV(B) 310.51º 0.83% 0.65% -
XYZ 21.05 10.94 26.59 -
YUV 82.85 161.39 187.31 -
System Red Green Blue C M Y K H S L
Decimal 166 29 142 0 0.83 0.14 0.35 310.51 0.7 0.38
Hex A6 1D 8E 0 53 E 23 137 46 26
Octal 246 35 216 0 123 16 43 467 106 46
Binary 10100110 11101 10001110 0 1010011 1110 100011 100110111 1000110 100110

Color Harmonies of #A61D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61D8E

Black with #A61D8E

Text Example


Text Example

White with #A61D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61D8E; }

 p { color: rgb(166,29,142); }

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

background-color css

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

 a { background-color: rgb(166,29,142); }

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

border-color css

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

 span { border-color: rgb(166,29,142); }

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