Html Css Color HEX #A41A92 Dark Magenta

📋 copy color: '#A41A92'

red 164 ◦ green 26 ◦ blue 146

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

Shades of Dark Magenta #A41A92

Tints of Dark Magenta #A41A92

RGB

 RED value IS 164 (64.45% from 255) = 48.81%

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

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 48.81%
G = 7.74%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A41A92 (or 0xA41A92) is known color: Dark Magenta. HEX triplet: A4, 1A and 92. RGB value is (164,26,146). Sum of RGB (Red+Green+Blue) = 164+26+146=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41A92 is #5BE56D. Grayscale: #505050. Windows color (decimal): -6022510 or 9575076. OLE color: 9575076.

HSL color Cylindrical-coordinate representation of color #A41A92: hue angle of 307.83º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41A92 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 26 146 -
CMYK 0 0.84 0.11 0.36
HSL 307.83º 0.73% 0.37% -
HSV(B) 307.83º 0.84% 0.64% -
XYZ 20.87 10.71 28.16 -
YUV 80.94 164.72 187.24 -
System Red Green Blue C M Y K H S L
Decimal 164 26 146 0 0.84 0.11 0.36 307.83 0.73 0.37
Hex A4 1A 92 0 54 B 24 134 49 25
Octal 244 32 222 0 124 13 44 464 111 45
Binary 10100100 11010 10010010 0 1010100 1011 100100 100110100 1001001 100101

Color Harmonies of #A41A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A92

Black with #A41A92

Text Example


Text Example

White with #A41A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A92; }

 p { color: rgb(164,26,146); }

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

background-color css

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

 a { background-color: rgb(164,26,146); }

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

border-color css

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

 span { border-color: rgb(164,26,146); }

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