Html Css Color HEX #A913A1 Dark Magenta

📋 copy color: '#A913A1'

red 169 ◦ green 19 ◦ blue 161

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

Shades of Dark Magenta #A913A1

Tints of Dark Magenta #A913A1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.44%

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

R = 48.42%
G = 5.44%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A913A1 (or 0xA913A1) is known color: Dark Magenta. HEX triplet: A9, 13 and A1. RGB value is (169,19,161). Sum of RGB (Red+Green+Blue) = 169+19+161=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 161 (63.28% from 255 or 46.13% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A913A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A913A1 is #56EC5E. Grayscale: #4F4F4F. Windows color (decimal): -5696607 or 10556329. OLE color: 10556329.

HSL color Cylindrical-coordinate representation of color #A913A1: hue angle of 303.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A913A1 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 19 161 -
CMYK 0 0.89 0.05 0.34
HSL 303.2º 0.8% 0.37% -
HSV(B) 303.2º 0.89% 0.66% -
XYZ 23.03 11.47 34.72 -
YUV 80.04 173.7 191.45 -
System Red Green Blue C M Y K H S L
Decimal 169 19 161 0 0.89 0.05 0.34 303.2 0.8 0.37
Hex A9 13 A1 0 59 5 22 12F 50 25
Octal 251 23 241 0 131 5 42 457 120 45
Binary 10101001 10011 10100001 0 1011001 101 100010 100101111 1010000 100101

Color Harmonies of #A913A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A913A1

Black with #A913A1

Text Example


Text Example

White with #A913A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A913A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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