Html Css Color HEX #A91C9F Dark Magenta

📋 copy color: '#A91C9F'

red 169 ◦ green 28 ◦ blue 159

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

Shades of Dark Magenta #A91C9F

Tints of Dark Magenta #A91C9F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.87%

 BLUE value IS 159 (62.5% from 255) = 44.66%

R = 47.47%
G = 7.87%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A91C9F (or 0xA91C9F) is known color: Dark Magenta. HEX triplet: A9, 1C and 9F. RGB value is (169,28,159). Sum of RGB (Red+Green+Blue) = 169+28+159=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91C9F is #56E360. Grayscale: #545454. Windows color (decimal): -5694305 or 10427561. OLE color: 10427561.

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

Color convert

RGB 169 28 159 -
CMYK 0 0.83 0.06 0.34
HSL 304.26º 0.72% 0.39% -
HSV(B) 304.26º 0.83% 0.66% -
XYZ 23.04 11.77 33.86 -
YUV 85.09 169.71 187.85 -
System Red Green Blue C M Y K H S L
Decimal 169 28 159 0 0.83 0.06 0.34 304.26 0.72 0.39
Hex A9 1C 9F 0 53 6 22 130 48 27
Octal 251 34 237 0 123 6 42 460 110 47
Binary 10101001 11100 10011111 0 1010011 110 100010 100110000 1001000 100111

Color Harmonies of #A91C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91C9F

Black with #A91C9F

Text Example


Text Example

White with #A91C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91C9F; }

 p { color: rgb(169,28,159); }

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

background-color css

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

 a { background-color: rgb(169,28,159); }

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

border-color css

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

 span { border-color: rgb(169,28,159); }

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