Html Css Color HEX #A41EA4 Dark Magenta

📋 copy color: '#A41EA4'

red 164 ◦ green 30 ◦ blue 164

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

Shades of Dark Magenta #A41EA4

Tints of Dark Magenta #A41EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.81%

R = 45.81%
G = 8.38%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A41EA4 (or 0xA41EA4) is known color: Dark Magenta. HEX triplet: A4, 1E and A4. RGB value is (164,30,164). Sum of RGB (Red+Green+Blue) = 164+30+164=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A41EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41EA4 is #5BE15B. Grayscale: #545454. Windows color (decimal): -6021468 or 10755748. OLE color: 10755748.

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

Color convert

RGB 164 30 164 -
CMYK 0 0.82 0 0.36
HSL 300º 0.69% 0.38% -
HSV(B) 300º 0.82% 0.64% -
XYZ 22.47 11.5 36.16 -
YUV 85.34 172.39 184.1 -
System Red Green Blue C M Y K H S L
Decimal 164 30 164 0 0.82 0 0.36 300 0.69 0.38
Hex A4 1E A4 0 52 0 24 12C 45 26
Octal 244 36 244 0 122 0 44 454 105 46
Binary 10100100 11110 10100100 0 1010010 0 100100 100101100 1000101 100110

Color Harmonies of #A41EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41EA4

Black with #A41EA4

Text Example


Text Example

White with #A41EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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