Html Css Color HEX #A41BA7 Dark Magenta

📋 copy color: '#A41BA7'

red 164 ◦ green 27 ◦ blue 167

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

Shades of Dark Magenta #A41BA7

Tints of Dark Magenta #A41BA7

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.54%

 BLUE value IS 167 (65.63% from 255) = 46.65%

R = 45.81%
G = 7.54%
B = 46.65%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A41BA7 (or 0xA41BA7) is known color: Dark Magenta. HEX triplet: A4, 1B and A7. RGB value is (164,27,167). Sum of RGB (Red+Green+Blue) = 164+27+167=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 167 - color contains mainly: blue. Hex color #A41BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41BA7 is #5BE458. Grayscale: #535353. Windows color (decimal): -6022233 or 10951588. OLE color: 10951588.

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

Color convert

RGB 164 27 167 -
CMYK 0.02 0.84 0 0.35
HSL 298.71º 0.72% 0.38% -
HSV(B) 298.71º 0.84% 0.65% -
XYZ 22.68 11.47 37.58 -
YUV 83.92 174.89 185.12 -
System Red Green Blue C M Y K H S L
Decimal 164 27 167 0.02 0.84 0 0.35 298.71 0.72 0.38
Hex A4 1B A7 2 54 0 23 12B 48 26
Octal 244 33 247 2 124 0 43 453 110 46
Binary 10100100 11011 10100111 10 1010100 0 100011 100101011 1001000 100110

Color Harmonies of #A41BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BA7

Black with #A41BA7

Text Example


Text Example

White with #A41BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BA7; }

 p { color: rgb(164,27,167); }

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

background-color css

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

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

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

border-color css

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

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

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