Html Css Color HEX #A41087 Dark Magenta

📋 copy color: '#A41087'

red 164 ◦ green 16 ◦ blue 135

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

Shades of Dark Magenta #A41087

Tints of Dark Magenta #A41087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.86%

R = 52.06%
G = 5.08%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A41087 (or 0xA41087) is known color: Dark Magenta. HEX triplet: A4, 10 and 87. RGB value is (164,16,135). Sum of RGB (Red+Green+Blue) = 164+16+135=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A41087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41087 is #5BEF78. Grayscale: #494949. Windows color (decimal): -6025081 or 8851620. OLE color: 8851620.

HSL color Cylindrical-coordinate representation of color #A41087: hue angle of 311.76º 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 #A41087 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 16 135 -
CMYK 0 0.90 0.18 0.36
HSL 311.76º 0.82% 0.35% -
HSV(B) 311.76º 0.9% 0.64% -
XYZ 19.87 10.01 23.81 -
YUV 73.82 162.53 192.32 -
System Red Green Blue C M Y K H S L
Decimal 164 16 135 0 0.90 0.18 0.36 311.76 0.82 0.35
Hex A4 10 87 0 5A 12 24 138 52 23
Octal 244 20 207 0 132 22 44 470 122 43
Binary 10100100 10000 10000111 0 1011010 10010 100100 100111000 1010010 100011

Color Harmonies of #A41087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41087

Black with #A41087

Text Example


Text Example

White with #A41087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41087; }

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

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

background-color css

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

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

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

border-color css

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

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

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