Html Css Color HEX #A61E9D Dark Magenta

📋 copy color: '#A61E9D'

red 166 ◦ green 30 ◦ blue 157

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

Shades of Dark Magenta #A61E9D

Tints of Dark Magenta #A61E9D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.5%

 BLUE value IS 157 (61.72% from 255) = 44.48%

R = 47.03%
G = 8.5%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A61E9D (or 0xA61E9D) is known color: Dark Magenta. HEX triplet: A6, 1E and 9D. RGB value is (166,30,157). Sum of RGB (Red+Green+Blue) = 166+30+157=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61E9D is #59E162. Grayscale: #545454. Windows color (decimal): -5890403 or 10296998. OLE color: 10296998.

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

Color convert

RGB 166 30 157 -
CMYK 0 0.82 0.05 0.35
HSL 303.97º 0.69% 0.38% -
HSV(B) 303.97º 0.82% 0.65% -
XYZ 22.28 11.47 32.94 -
YUV 85.14 168.56 185.67 -
System Red Green Blue C M Y K H S L
Decimal 166 30 157 0 0.82 0.05 0.35 303.97 0.69 0.38
Hex A6 1E 9D 0 52 5 23 130 45 26
Octal 246 36 235 0 122 5 43 460 105 46
Binary 10100110 11110 10011101 0 1010010 101 100011 100110000 1000101 100110

Color Harmonies of #A61E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61E9D

Black with #A61E9D

Text Example


Text Example

White with #A61E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61E9D; }

 p { color: rgb(166,30,157); }

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

background-color css

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

 a { background-color: rgb(166,30,157); }

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

border-color css

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

 span { border-color: rgb(166,30,157); }

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