Html Css Color HEX #A41598 Dark Magenta

📋 copy color: '#A41598'

red 164 ◦ green 21 ◦ blue 152

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

Shades of Dark Magenta #A41598

Tints of Dark Magenta #A41598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.23%

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

R = 48.66%
G = 6.23%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A41598 (or 0xA41598) is known color: Dark Magenta. HEX triplet: A4, 15 and 98. RGB value is (164,21,152). Sum of RGB (Red+Green+Blue) = 164+21+152=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A41598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41598 is #5BEA67. Grayscale: #4E4E4E. Windows color (decimal): -6023784 or 9967012. OLE color: 9967012.

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

Color convert

RGB 164 21 152 -
CMYK 0 0.87 0.07 0.36
HSL 305.04º 0.77% 0.36% -
HSV(B) 305.04º 0.87% 0.64% -
XYZ 21.25 10.7 30.65 -
YUV 78.69 169.38 188.85 -
System Red Green Blue C M Y K H S L
Decimal 164 21 152 0 0.87 0.07 0.36 305.04 0.77 0.36
Hex A4 15 98 0 57 7 24 131 4D 24
Octal 244 25 230 0 127 7 44 461 115 44
Binary 10100100 10101 10011000 0 1010111 111 100100 100110001 1001101 100100

Color Harmonies of #A41598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41598

Black with #A41598

Text Example


Text Example

White with #A41598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41598; }

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

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

background-color css

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

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

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

border-color css

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

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

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