Html Css Color HEX #A91091 Dark Magenta

📋 copy color: '#A91091'

red 169 ◦ green 16 ◦ blue 145

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

Shades of Dark Magenta #A91091

Tints of Dark Magenta #A91091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.85%

 BLUE value IS 145 (57.03% from 255) = 43.94%

R = 51.21%
G = 4.85%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A91091 (or 0xA91091) is known color: Dark Magenta. HEX triplet: A9, 10 and 91. RGB value is (169,16,145). Sum of RGB (Red+Green+Blue) = 169+16+145=330 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.21% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 169 - color contains mainly: red. Hex color #A91091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91091 is #56EF6E. Grayscale: #4C4C4C. Windows color (decimal): -5697391 or 9506985. OLE color: 9506985.

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

Color convert

RGB 169 16 145 -
CMYK 0 0.91 0.14 0.34
HSL 309.41º 0.83% 0.36% -
HSV(B) 309.41º 0.91% 0.66% -
XYZ 21.66 10.85 27.74 -
YUV 76.45 166.69 194.01 -
System Red Green Blue C M Y K H S L
Decimal 169 16 145 0 0.91 0.14 0.34 309.41 0.83 0.36
Hex A9 10 91 0 5B E 22 135 53 24
Octal 251 20 221 0 133 16 42 465 123 44
Binary 10101001 10000 10010001 0 1011011 1110 100010 100110101 1010011 100100

Color Harmonies of #A91091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91091

Black with #A91091

Text Example


Text Example

White with #A91091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91091; }

 p { color: rgb(169,16,145); }

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

background-color css

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

 a { background-color: rgb(169,16,145); }

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

border-color css

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

 span { border-color: rgb(169,16,145); }

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