Html Css Color HEX #A91AAA Dark Magenta

📋 copy color: '#A91AAA'

red 169 ◦ green 26 ◦ blue 170

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

Shades of Dark Magenta #A91AAA

Tints of Dark Magenta #A91AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 46.3%
G = 7.12%
B = 46.58%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A91AAA (or 0xA91AAA) is known color: Dark Magenta. HEX triplet: A9, 1A and AA. RGB value is (169,26,170). Sum of RGB (Red+Green+Blue) = 169+26+170=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #A91AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91AAA is #56E555. Grayscale: #545454. Windows color (decimal): -5694806 or 11147945. OLE color: 11147945.

HSL color Cylindrical-coordinate representation of color #A91AAA: hue angle of 299.58º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91AAA is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 26 170 -
CMYK 0.01 0.85 0 0.33
HSL 299.58º 0.73% 0.38% -
HSV(B) 299.58º 0.85% 0.67% -
XYZ 23.99 12.08 39.1 -
YUV 85.17 175.88 187.79 -
System Red Green Blue C M Y K H S L
Decimal 169 26 170 0.01 0.85 0 0.33 299.58 0.73 0.38
Hex A9 1A AA 1 55 0 21 12C 49 26
Octal 251 32 252 1 125 0 41 454 111 46
Binary 10101001 11010 10101010 1 1010101 0 100001 100101100 1001001 100110

Color Harmonies of #A91AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91AAA

Black with #A91AAA

Text Example


Text Example

White with #A91AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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