Html Css Color HEX #A91B9C Dark Magenta

📋 copy color: '#A91B9C'

red 169 ◦ green 27 ◦ blue 156

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

Shades of Dark Magenta #A91B9C

Tints of Dark Magenta #A91B9C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.67%

 BLUE value IS 156 (61.33% from 255) = 44.32%

R = 48.01%
G = 7.67%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A91B9C (or 0xA91B9C) is known color: Dark Magenta. HEX triplet: A9, 1B and 9C. RGB value is (169,27,156). Sum of RGB (Red+Green+Blue) = 169+27+156=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91B9C is #56E463. Grayscale: #535353. Windows color (decimal): -5694564 or 10230697. OLE color: 10230697.

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

Color convert

RGB 169 27 156 -
CMYK 0 0.84 0.08 0.34
HSL 305.49º 0.72% 0.38% -
HSV(B) 305.49º 0.84% 0.66% -
XYZ 22.75 11.62 32.5 -
YUV 84.16 168.54 188.51 -
System Red Green Blue C M Y K H S L
Decimal 169 27 156 0 0.84 0.08 0.34 305.49 0.72 0.38
Hex A9 1B 9C 0 54 8 22 131 48 26
Octal 251 33 234 0 124 10 42 461 110 46
Binary 10101001 11011 10011100 0 1010100 1000 100010 100110001 1001000 100110

Color Harmonies of #A91B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91B9C

Black with #A91B9C

Text Example


Text Example

White with #A91B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91B9C; }

 p { color: rgb(169,27,156); }

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

background-color css

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

 a { background-color: rgb(169,27,156); }

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

border-color css

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

 span { border-color: rgb(169,27,156); }

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