Html Css Color HEX #A91A9B Dark Magenta

📋 copy color: '#A91A9B'

red 169 ◦ green 26 ◦ blue 155

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

Shades of Dark Magenta #A91A9B

Tints of Dark Magenta #A91A9B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.43%

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 48.29%
G = 7.43%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A91A9B (or 0xA91A9B) is known color: Dark Magenta. HEX triplet: A9, 1A and 9B. RGB value is (169,26,155). Sum of RGB (Red+Green+Blue) = 169+26+155=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A91A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91A9B is #56E564. Grayscale: #535353. Windows color (decimal): -5694821 or 10164905. OLE color: 10164905.

HSL color Cylindrical-coordinate representation of color #A91A9B: hue angle of 305.87º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91A9B is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 26 155 -
CMYK 0 0.85 0.08 0.34
HSL 305.87º 0.73% 0.38% -
HSV(B) 305.87º 0.85% 0.66% -
XYZ 22.65 11.54 32.04 -
YUV 83.46 168.38 189.01 -
System Red Green Blue C M Y K H S L
Decimal 169 26 155 0 0.85 0.08 0.34 305.87 0.73 0.38
Hex A9 1A 9B 0 55 8 22 132 49 26
Octal 251 32 233 0 125 10 42 462 111 46
Binary 10101001 11010 10011011 0 1010101 1000 100010 100110010 1001001 100110

Color Harmonies of #A91A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91A9B

Black with #A91A9B

Text Example


Text Example

White with #A91A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91A9B; }

 p { color: rgb(169,26,155); }

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

background-color css

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

 a { background-color: rgb(169,26,155); }

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

border-color css

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

 span { border-color: rgb(169,26,155); }

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