Html Css Color HEX #A91CA1 Dark Magenta

📋 copy color: '#A91CA1'

red 169 ◦ green 28 ◦ blue 161

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

Shades of Dark Magenta #A91CA1

Tints of Dark Magenta #A91CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.97%

R = 47.21%
G = 7.82%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A91CA1 (or 0xA91CA1) is known color: Dark Magenta. HEX triplet: A9, 1C and A1. RGB value is (169,28,161). Sum of RGB (Red+Green+Blue) = 169+28+161=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A91CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91CA1 is #56E35E. Grayscale: #545454. Windows color (decimal): -5694303 or 10558633. OLE color: 10558633.

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

Color convert

RGB 169 28 161 -
CMYK 0 0.83 0.05 0.34
HSL 303.4º 0.72% 0.39% -
HSV(B) 303.4º 0.83% 0.66% -
XYZ 23.21 11.84 34.78 -
YUV 85.32 170.71 187.69 -
System Red Green Blue C M Y K H S L
Decimal 169 28 161 0 0.83 0.05 0.34 303.4 0.72 0.39
Hex A9 1C A1 0 53 5 22 12F 48 27
Octal 251 34 241 0 123 5 42 457 110 47
Binary 10101001 11100 10100001 0 1010011 101 100010 100101111 1001000 100111

Color Harmonies of #A91CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91CA1

Black with #A91CA1

Text Example


Text Example

White with #A91CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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