Html Css Color HEX #A61D9F Dark Magenta

📋 copy color: '#A61D9F'

red 166 ◦ green 29 ◦ blue 159

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

Shades of Dark Magenta #A61D9F

Tints of Dark Magenta #A61D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.92%

R = 46.89%
G = 8.19%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A61D9F (or 0xA61D9F) is known color: Dark Magenta. HEX triplet: A6, 1D and 9F. RGB value is (166,29,159). Sum of RGB (Red+Green+Blue) = 166+29+159=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61D9F is #59E260. Grayscale: #545454. Windows color (decimal): -5890657 or 10427814. OLE color: 10427814.

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

Color convert

RGB 166 29 159 -
CMYK 0 0.83 0.04 0.35
HSL 303.07º 0.7% 0.38% -
HSV(B) 303.07º 0.83% 0.65% -
XYZ 22.42 11.49 33.84 -
YUV 84.78 169.89 185.93 -
System Red Green Blue C M Y K H S L
Decimal 166 29 159 0 0.83 0.04 0.35 303.07 0.7 0.38
Hex A6 1D 9F 0 53 4 23 12F 46 26
Octal 246 35 237 0 123 4 43 457 106 46
Binary 10100110 11101 10011111 0 1010011 100 100011 100101111 1000110 100110

Color Harmonies of #A61D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61D9F

Black with #A61D9F

Text Example


Text Example

White with #A61D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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