Html Css Color HEX #A40187 Dark Magenta

📋 copy color: '#A40187'

red 164 ◦ green 1 ◦ blue 135

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

Shades of Dark Magenta #A40187

Tints of Dark Magenta #A40187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 54.67%
G = 0.33%
B = 45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A40187 (or 0xA40187) is known color: Dark Magenta. HEX triplet: A4, 01 and 87. RGB value is (164,1,135). Sum of RGB (Red+Green+Blue) = 164+1+135=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A40187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40187 is #5BFE78. Grayscale: #404040. Windows color (decimal): -6028921 or 8847780. OLE color: 8847780.

HSL color Cylindrical-coordinate representation of color #A40187: hue angle of 310.67º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40187 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 1 135 -
CMYK 0 0.99 0.18 0.36
HSL 310.67º 0.99% 0.32% -
HSV(B) 310.67º 0.99% 0.64% -
XYZ 19.69 9.66 23.75 -
YUV 65.01 167.5 198.6 -
System Red Green Blue C M Y K H S L
Decimal 164 1 135 0 0.99 0.18 0.36 310.67 0.99 0.32
Hex A4 1 87 0 63 12 24 137 63 20
Octal 244 1 207 0 143 22 44 467 143 40
Binary 10100100 1 10000111 0 1100011 10010 100100 100110111 1100011 100000

Color Harmonies of #A40187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40187

Black with #A40187

Text Example


Text Example

White with #A40187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40187; }

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

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

background-color css

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

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

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

border-color css

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

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

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