Html Css Color HEX #A919A2 Dark Magenta

📋 copy color: '#A919A2'

red 169 ◦ green 25 ◦ blue 162

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

Shades of Dark Magenta #A919A2

Tints of Dark Magenta #A919A2

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.02%

 BLUE value IS 162 (63.67% from 255) = 45.51%

R = 47.47%
G = 7.02%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.34

RGB Variations

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

Color information

#A919A2 (or 0xA919A2) is known color: Dark Magenta. HEX triplet: A9, 19 and A2. RGB value is (169,25,162). Sum of RGB (Red+Green+Blue) = 169+25+162=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A919A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A919A2 is #56E65D. Grayscale: #535353. Windows color (decimal): -5695070 or 10623401. OLE color: 10623401.

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

Color convert

RGB 169 25 162 -
CMYK 0 0.85 0.04 0.34
HSL 302.92º 0.74% 0.38% -
HSV(B) 302.92º 0.85% 0.66% -
XYZ 23.23 11.74 35.22 -
YUV 83.67 172.21 188.86 -
System Red Green Blue C M Y K H S L
Decimal 169 25 162 0 0.85 0.04 0.34 302.92 0.74 0.38
Hex A9 19 A2 0 55 4 22 12F 4A 26
Octal 251 31 242 0 125 4 42 457 112 46
Binary 10101001 11001 10100010 0 1010101 100 100010 100101111 1001010 100110

Color Harmonies of #A919A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A919A2

Black with #A919A2

Text Example


Text Example

White with #A919A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A919A2; }

 p { color: rgb(169,25,162); }

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

background-color css

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

 a { background-color: rgb(169,25,162); }

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

border-color css

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

 span { border-color: rgb(169,25,162); }

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