Html Css Color HEX #A61C9F Dark Magenta

📋 copy color: '#A61C9F'

red 166 ◦ green 28 ◦ blue 159

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

Shades of Dark Magenta #A61C9F

Tints of Dark Magenta #A61C9F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.93%

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

R = 47.03%
G = 7.93%
B = 45.04%

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

#A61C9F (or 0xA61C9F) is known color: Dark Magenta. HEX triplet: A6, 1C and 9F. RGB value is (166,28,159). Sum of RGB (Red+Green+Blue) = 166+28+159=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61C9F is #59E360. Grayscale: #535353. Windows color (decimal): -5890913 or 10427558. OLE color: 10427558.

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

Color convert

RGB 166 28 159 -
CMYK 0 0.83 0.04 0.35
HSL 303.04º 0.71% 0.38% -
HSV(B) 303.04º 0.83% 0.65% -
XYZ 22.4 11.44 33.83 -
YUV 84.2 170.22 186.35 -
System Red Green Blue C M Y K H S L
Decimal 166 28 159 0 0.83 0.04 0.35 303.04 0.71 0.38
Hex A6 1C 9F 0 53 4 23 12F 47 26
Octal 246 34 237 0 123 4 43 457 107 46
Binary 10100110 11100 10011111 0 1010011 100 100011 100101111 1000111 100110

Color Harmonies of #A61C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61C9F

Black with #A61C9F

Text Example


Text Example

White with #A61C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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