Html Css Color HEX #A91DA1 Dark Magenta

📋 copy color: '#A91DA1'

red 169 ◦ green 29 ◦ blue 161

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

Shades of Dark Magenta #A91DA1

Tints of Dark Magenta #A91DA1

RGB

 RED value IS 169 (66.41% from 255) = 47.08%

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

 BLUE value IS 161 (63.28% from 255) = 44.85%

R = 47.08%
G = 8.08%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A91DA1 (or 0xA91DA1) is known color: Dark Magenta. HEX triplet: A9, 1D and A1. RGB value is (169,29,161). Sum of RGB (Red+Green+Blue) = 169+29+161=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 161 (63.28% from 255 or 44.85% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A91DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91DA1 is #56E25E. Grayscale: #555555. Windows color (decimal): -5694047 or 10558889. OLE color: 10558889.

HSL color Cylindrical-coordinate representation of color #A91DA1: hue angle of 303.43º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91DA1 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 29 161 -
CMYK 0 0.83 0.05 0.34
HSL 303.43º 0.71% 0.39% -
HSV(B) 303.43º 0.83% 0.66% -
XYZ 23.23 11.89 34.79 -
YUV 85.91 170.38 187.27 -
System Red Green Blue C M Y K H S L
Decimal 169 29 161 0 0.83 0.05 0.34 303.43 0.71 0.39
Hex A9 1D A1 0 53 5 22 12F 47 27
Octal 251 35 241 0 123 5 42 457 107 47
Binary 10101001 11101 10100001 0 1010011 101 100010 100101111 1000111 100111

Color Harmonies of #A91DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91DA1

Black with #A91DA1

Text Example


Text Example

White with #A91DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91DA1; }

 p { color: rgb(169,29,161); }

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

background-color css

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

 a { background-color: rgb(169,29,161); }

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

border-color css

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

 span { border-color: rgb(169,29,161); }

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