Html Css Color HEX #A41FA6 Dark Magenta

📋 copy color: '#A41FA6'

red 164 ◦ green 31 ◦ blue 166

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

Shades of Dark Magenta #A41FA6

Tints of Dark Magenta #A41FA6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.59%

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

R = 45.43%
G = 8.59%
B = 45.98%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A41FA6 (or 0xA41FA6) is known color: Dark Magenta. HEX triplet: A4, 1F and A6. RGB value is (164,31,166). Sum of RGB (Red+Green+Blue) = 164+31+166=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 166 - color contains mainly: blue. Hex color #A41FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41FA6 is #5BE059. Grayscale: #555555. Windows color (decimal): -6021210 or 10887076. OLE color: 10887076.

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

Color convert

RGB 164 31 166 -
CMYK 0.01 0.81 0 0.35
HSL 299.11º 0.69% 0.39% -
HSV(B) 299.11º 0.81% 0.65% -
XYZ 22.68 11.63 37.12 -
YUV 86.16 173.06 183.52 -
System Red Green Blue C M Y K H S L
Decimal 164 31 166 0.01 0.81 0 0.35 299.11 0.69 0.39
Hex A4 1F A6 1 51 0 23 12B 45 27
Octal 244 37 246 1 121 0 43 453 105 47
Binary 10100100 11111 10100110 1 1010001 0 100011 100101011 1000101 100111

Color Harmonies of #A41FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FA6

Black with #A41FA6

Text Example


Text Example

White with #A41FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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