Html Css Color HEX #A41C99 Dark Magenta

📋 copy color: '#A41C99'

red 164 ◦ green 28 ◦ blue 153

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

Shades of Dark Magenta #A41C99

Tints of Dark Magenta #A41C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.12%

 BLUE value IS 153 (60.16% from 255) = 44.35%

R = 47.54%
G = 8.12%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A41C99 (or 0xA41C99) is known color: Dark Magenta. HEX triplet: A4, 1C and 99. RGB value is (164,28,153). Sum of RGB (Red+Green+Blue) = 164+28+153=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41C99 is #5BE366. Grayscale: #525252. Windows color (decimal): -6021991 or 10034340. OLE color: 10034340.

HSL color Cylindrical-coordinate representation of color #A41C99: hue angle of 304.85º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41C99 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 28 153 -
CMYK 0 0.83 0.07 0.36
HSL 304.85º 0.71% 0.38% -
HSV(B) 304.85º 0.83% 0.64% -
XYZ 21.47 11.02 31.13 -
YUV 82.91 167.56 185.84 -
System Red Green Blue C M Y K H S L
Decimal 164 28 153 0 0.83 0.07 0.36 304.85 0.71 0.38
Hex A4 1C 99 0 53 7 24 131 47 26
Octal 244 34 231 0 123 7 44 461 107 46
Binary 10100100 11100 10011001 0 1010011 111 100100 100110001 1000111 100110

Color Harmonies of #A41C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41C99

Black with #A41C99

Text Example


Text Example

White with #A41C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41C99; }

 p { color: rgb(164,28,153); }

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

background-color css

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

 a { background-color: rgb(164,28,153); }

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

border-color css

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

 span { border-color: rgb(164,28,153); }

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