Html Css Color HEX #A41EA6 Dark Magenta

📋 copy color: '#A41EA6'

red 164 ◦ green 30 ◦ blue 166

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

Shades of Dark Magenta #A41EA6

Tints of Dark Magenta #A41EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.11%

R = 45.56%
G = 8.33%
B = 46.11%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A41EA6 (or 0xA41EA6) is known color: Dark Magenta. HEX triplet: A4, 1E and A6. RGB value is (164,30,166). Sum of RGB (Red+Green+Blue) = 164+30+166=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 166 - color contains mainly: blue. Hex color #A41EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41EA6 is #5BE159. Grayscale: #555555. Windows color (decimal): -6021466 or 10886820. OLE color: 10886820.

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

Color convert

RGB 164 30 166 -
CMYK 0.01 0.82 0 0.35
HSL 299.12º 0.69% 0.38% -
HSV(B) 299.12º 0.82% 0.65% -
XYZ 22.66 11.57 37.12 -
YUV 85.57 173.39 183.94 -
System Red Green Blue C M Y K H S L
Decimal 164 30 166 0.01 0.82 0 0.35 299.12 0.69 0.38
Hex A4 1E A6 1 52 0 23 12B 45 26
Octal 244 36 246 1 122 0 43 453 105 46
Binary 10100100 11110 10100110 1 1010010 0 100011 100101011 1000101 100110

Color Harmonies of #A41EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41EA6

Black with #A41EA6

Text Example


Text Example

White with #A41EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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