Html Css Color HEX #A41BA5 Dark Magenta

📋 copy color: '#A41BA5'

red 164 ◦ green 27 ◦ blue 165

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

Shades of Dark Magenta #A41BA5

Tints of Dark Magenta #A41BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.35%

R = 46.07%
G = 7.58%
B = 46.35%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A41BA5 (or 0xA41BA5) is known color: Dark Magenta. HEX triplet: A4, 1B and A5. RGB value is (164,27,165). Sum of RGB (Red+Green+Blue) = 164+27+165=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 165 - color contains mainly: blue. Hex color #A41BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41BA5 is #5BE45A. Grayscale: #535353. Windows color (decimal): -6022235 or 10820516. OLE color: 10820516.

HSL color Cylindrical-coordinate representation of color #A41BA5: hue angle of 299.57º 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 #A41BA5 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 27 165 -
CMYK 0.01 0.84 0 0.35
HSL 299.57º 0.72% 0.38% -
HSV(B) 299.57º 0.84% 0.65% -
XYZ 22.49 11.39 36.61 -
YUV 83.7 173.89 185.28 -
System Red Green Blue C M Y K H S L
Decimal 164 27 165 0.01 0.84 0 0.35 299.57 0.72 0.38
Hex A4 1B A5 1 54 0 23 12C 48 26
Octal 244 33 245 1 124 0 43 454 110 46
Binary 10100100 11011 10100101 1 1010100 0 100011 100101100 1001000 100110

Color Harmonies of #A41BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BA5

Black with #A41BA5

Text Example


Text Example

White with #A41BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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