Html Css Color HEX #A91094 Dark Magenta

📋 copy color: '#A91094'

red 169 ◦ green 16 ◦ blue 148

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

Shades of Dark Magenta #A91094

Tints of Dark Magenta #A91094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.44%

R = 50.75%
G = 4.8%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A91094 (or 0xA91094) is known color: Dark Magenta. HEX triplet: A9, 10 and 94. RGB value is (169,16,148). Sum of RGB (Red+Green+Blue) = 169+16+148=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A91094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91094 is #56EF6B. Grayscale: #4C4C4C. Windows color (decimal): -5697388 or 9703593. OLE color: 9703593.

HSL color Cylindrical-coordinate representation of color #A91094: hue angle of 308.24º 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 #A91094 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 16 148 -
CMYK 0 0.91 0.12 0.34
HSL 308.24º 0.83% 0.36% -
HSV(B) 308.24º 0.91% 0.66% -
XYZ 21.89 10.94 28.98 -
YUV 76.8 168.19 193.77 -
System Red Green Blue C M Y K H S L
Decimal 169 16 148 0 0.91 0.12 0.34 308.24 0.83 0.36
Hex A9 10 94 0 5B C 22 134 53 24
Octal 251 20 224 0 133 14 42 464 123 44
Binary 10101001 10000 10010100 0 1011011 1100 100010 100110100 1010011 100100

Color Harmonies of #A91094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91094

Black with #A91094

Text Example


Text Example

White with #A91094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91094; }

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

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

background-color css

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

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

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

border-color css

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

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

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