Html Css Color HEX #A91AA5 Dark Magenta

📋 copy color: '#A91AA5'

red 169 ◦ green 26 ◦ blue 165

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

Shades of Dark Magenta #A91AA5

Tints of Dark Magenta #A91AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.83%

R = 46.94%
G = 7.22%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A91AA5 (or 0xA91AA5) is known color: Dark Magenta. HEX triplet: A9, 1A and A5. RGB value is (169,26,165). Sum of RGB (Red+Green+Blue) = 169+26+165=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A91AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91AA5 is #56E55A. Grayscale: #545454. Windows color (decimal): -5694811 or 10820265. OLE color: 10820265.

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

Color convert

RGB 169 26 165 -
CMYK 0 0.85 0.02 0.34
HSL 301.68º 0.73% 0.38% -
HSV(B) 301.68º 0.85% 0.66% -
XYZ 23.52 11.89 36.65 -
YUV 84.6 173.38 188.2 -
System Red Green Blue C M Y K H S L
Decimal 169 26 165 0 0.85 0.02 0.34 301.68 0.73 0.38
Hex A9 1A A5 0 55 2 22 12E 49 26
Octal 251 32 245 0 125 2 42 456 111 46
Binary 10101001 11010 10100101 0 1010101 10 100010 100101110 1001001 100110

Color Harmonies of #A91AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91AA5

Black with #A91AA5

Text Example


Text Example

White with #A91AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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