Html Css Color HEX #A41398 Dark Magenta

📋 copy color: '#A41398'

red 164 ◦ green 19 ◦ blue 152

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

Shades of Dark Magenta #A41398

Tints of Dark Magenta #A41398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.67%

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

R = 48.96%
G = 5.67%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A41398 (or 0xA41398) is known color: Dark Magenta. HEX triplet: A4, 13 and 98. RGB value is (164,19,152). Sum of RGB (Red+Green+Blue) = 164+19+152=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A41398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41398 is #5BEC67. Grayscale: #4D4D4D. Windows color (decimal): -6024296 or 9966500. OLE color: 9966500.

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

Color convert

RGB 164 19 152 -
CMYK 0 0.88 0.07 0.36
HSL 304.97º 0.79% 0.36% -
HSV(B) 304.97º 0.88% 0.64% -
XYZ 21.21 10.63 30.64 -
YUV 77.52 170.04 189.69 -
System Red Green Blue C M Y K H S L
Decimal 164 19 152 0 0.88 0.07 0.36 304.97 0.79 0.36
Hex A4 13 98 0 58 7 24 131 4F 24
Octal 244 23 230 0 130 7 44 461 117 44
Binary 10100100 10011 10011000 0 1011000 111 100100 100110001 1001111 100100

Color Harmonies of #A41398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41398

Black with #A41398

Text Example


Text Example

White with #A41398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41398; }

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

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

background-color css

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

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

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

border-color css

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

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

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