Html Css Color HEX #A41292 Dark Magenta

📋 copy color: '#A41292'

red 164 ◦ green 18 ◦ blue 146

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

Shades of Dark Magenta #A41292

Tints of Dark Magenta #A41292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.49%

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

R = 50%
G = 5.49%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A41292 (or 0xA41292) is known color: Dark Magenta. HEX triplet: A4, 12 and 92. RGB value is (164,18,146). Sum of RGB (Red+Green+Blue) = 164+18+146=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A41292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41292 is #5BED6D. Grayscale: #4B4B4B. Windows color (decimal): -6024558 or 9573028. OLE color: 9573028.

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

Color convert

RGB 164 18 146 -
CMYK 0 0.89 0.11 0.36
HSL 307.4º 0.8% 0.36% -
HSV(B) 307.4º 0.89% 0.64% -
XYZ 20.71 10.4 28.11 -
YUV 76.25 167.37 190.59 -
System Red Green Blue C M Y K H S L
Decimal 164 18 146 0 0.89 0.11 0.36 307.4 0.8 0.36
Hex A4 12 92 0 59 B 24 133 50 24
Octal 244 22 222 0 131 13 44 463 120 44
Binary 10100100 10010 10010010 0 1011001 1011 100100 100110011 1010000 100100

Color Harmonies of #A41292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41292

Black with #A41292

Text Example


Text Example

White with #A41292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41292; }

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

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

background-color css

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

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

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

border-color css

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

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

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