Html Css Color HEX #A41089 Dark Magenta

📋 copy color: '#A41089'

red 164 ◦ green 16 ◦ blue 137

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

Shades of Dark Magenta #A41089

Tints of Dark Magenta #A41089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.05%

 BLUE value IS 137 (53.91% from 255) = 43.22%

R = 51.74%
G = 5.05%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A41089 (or 0xA41089) is known color: Dark Magenta. HEX triplet: A4, 10 and 89. RGB value is (164,16,137). Sum of RGB (Red+Green+Blue) = 164+16+137=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A41089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41089 is #5BEF76. Grayscale: #494949. Windows color (decimal): -6025079 or 8982692. OLE color: 8982692.

HSL color Cylindrical-coordinate representation of color #A41089: hue angle of 310.95º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41089 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 16 137 -
CMYK 0 0.90 0.16 0.36
HSL 310.95º 0.82% 0.35% -
HSV(B) 310.95º 0.9% 0.64% -
XYZ 20.01 10.07 24.56 -
YUV 74.05 163.53 192.16 -
System Red Green Blue C M Y K H S L
Decimal 164 16 137 0 0.90 0.16 0.36 310.95 0.82 0.35
Hex A4 10 89 0 5A 10 24 137 52 23
Octal 244 20 211 0 132 20 44 467 122 43
Binary 10100100 10000 10001001 0 1011010 10000 100100 100110111 1010010 100011

Color Harmonies of #A41089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41089

Black with #A41089

Text Example


Text Example

White with #A41089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41089; }

 p { color: rgb(164,16,137); }

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

background-color css

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

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

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

border-color css

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

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

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