Html Css Color HEX #A41F9C Dark Magenta

📋 copy color: '#A41F9C'

red 164 ◦ green 31 ◦ blue 156

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

Shades of Dark Magenta #A41F9C

Tints of Dark Magenta #A41F9C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.83%

 BLUE value IS 156 (61.33% from 255) = 44.44%

R = 46.72%
G = 8.83%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A41F9C (or 0xA41F9C) is known color: Dark Magenta. HEX triplet: A4, 1F and 9C. RGB value is (164,31,156). Sum of RGB (Red+Green+Blue) = 164+31+156=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41F9C is #5BE063. Grayscale: #545454. Windows color (decimal): -6021220 or 10231716. OLE color: 10231716.

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

Color convert

RGB 164 31 156 -
CMYK 0 0.81 0.05 0.36
HSL 303.61º 0.68% 0.38% -
HSV(B) 303.61º 0.81% 0.64% -
XYZ 21.8 11.27 32.48 -
YUV 85.02 168.06 184.34 -
System Red Green Blue C M Y K H S L
Decimal 164 31 156 0 0.81 0.05 0.36 303.61 0.68 0.38
Hex A4 1F 9C 0 51 5 24 130 44 26
Octal 244 37 234 0 121 5 44 460 104 46
Binary 10100100 11111 10011100 0 1010001 101 100100 100110000 1000100 100110

Color Harmonies of #A41F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F9C

Black with #A41F9C

Text Example


Text Example

White with #A41F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F9C; }

 p { color: rgb(164,31,156); }

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

background-color css

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

 a { background-color: rgb(164,31,156); }

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

border-color css

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

 span { border-color: rgb(164,31,156); }

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