Html Css Color HEX #A41EA0 Dark Magenta

📋 copy color: '#A41EA0'

red 164 ◦ green 30 ◦ blue 160

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

Shades of Dark Magenta #A41EA0

Tints of Dark Magenta #A41EA0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.47%

 BLUE value IS 160 (62.89% from 255) = 45.2%

R = 46.33%
G = 8.47%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A41EA0 (or 0xA41EA0) is known color: Dark Magenta. HEX triplet: A4, 1E and A0. RGB value is (164,30,160). Sum of RGB (Red+Green+Blue) = 164+30+160=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A41EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41EA0 is #5BE15F. Grayscale: #545454. Windows color (decimal): -6021472 or 10493604. OLE color: 10493604.

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

Color convert

RGB 164 30 160 -
CMYK 0 0.82 0.02 0.36
HSL 301.79º 0.69% 0.38% -
HSV(B) 301.79º 0.82% 0.64% -
XYZ 22.12 11.36 34.28 -
YUV 84.89 170.39 184.43 -
System Red Green Blue C M Y K H S L
Decimal 164 30 160 0 0.82 0.02 0.36 301.79 0.69 0.38
Hex A4 1E A0 0 52 2 24 12E 45 26
Octal 244 36 240 0 122 2 44 456 105 46
Binary 10100100 11110 10100000 0 1010010 10 100100 100101110 1000101 100110

Color Harmonies of #A41EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41EA0

Black with #A41EA0

Text Example


Text Example

White with #A41EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41EA0; }

 p { color: rgb(164,30,160); }

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

background-color css

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

 a { background-color: rgb(164,30,160); }

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

border-color css

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

 span { border-color: rgb(164,30,160); }

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