Html Css Color HEX #A91B9E Dark Magenta

📋 copy color: '#A91B9E'

red 169 ◦ green 27 ◦ blue 158

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

Shades of Dark Magenta #A91B9E

Tints of Dark Magenta #A91B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.63%

R = 47.74%
G = 7.63%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A91B9E (or 0xA91B9E) is known color: Dark Magenta. HEX triplet: A9, 1B and 9E. RGB value is (169,27,158). Sum of RGB (Red+Green+Blue) = 169+27+158=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91B9E is #56E461. Grayscale: #545454. Windows color (decimal): -5694562 or 10361769. OLE color: 10361769.

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

Color convert

RGB 169 27 158 -
CMYK 0 0.84 0.07 0.34
HSL 304.65º 0.72% 0.38% -
HSV(B) 304.65º 0.84% 0.66% -
XYZ 22.93 11.69 33.4 -
YUV 84.39 169.54 188.35 -
System Red Green Blue C M Y K H S L
Decimal 169 27 158 0 0.84 0.07 0.34 304.65 0.72 0.38
Hex A9 1B 9E 0 54 7 22 131 48 26
Octal 251 33 236 0 124 7 42 461 110 46
Binary 10101001 11011 10011110 0 1010100 111 100010 100110001 1001000 100110

Color Harmonies of #A91B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91B9E

Black with #A91B9E

Text Example


Text Example

White with #A91B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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