Html Css Color HEX #A41F98 Dark Magenta

📋 copy color: '#A41F98'

red 164 ◦ green 31 ◦ blue 152

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

Shades of Dark Magenta #A41F98

Tints of Dark Magenta #A41F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.8%

R = 47.26%
G = 8.93%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A41F98 (or 0xA41F98) is known color: Dark Magenta. HEX triplet: A4, 1F and 98. RGB value is (164,31,152). Sum of RGB (Red+Green+Blue) = 164+31+152=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41F98 is #5BE067. Grayscale: #545454. Windows color (decimal): -6021224 or 9969572. OLE color: 9969572.

HSL color Cylindrical-coordinate representation of color #A41F98: hue angle of 305.41º 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 #A41F98 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 31 152 -
CMYK 0 0.81 0.07 0.36
HSL 305.41º 0.68% 0.38% -
HSV(B) 305.41º 0.81% 0.64% -
XYZ 21.47 11.14 30.72 -
YUV 84.56 166.06 184.66 -
System Red Green Blue C M Y K H S L
Decimal 164 31 152 0 0.81 0.07 0.36 305.41 0.68 0.38
Hex A4 1F 98 0 51 7 24 131 44 26
Octal 244 37 230 0 121 7 44 461 104 46
Binary 10100100 11111 10011000 0 1010001 111 100100 100110001 1000100 100110

Color Harmonies of #A41F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F98

Black with #A41F98

Text Example


Text Example

White with #A41F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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