Html Css Color HEX #A40184 Dark Magenta

📋 copy color: '#A40184'

red 164 ◦ green 1 ◦ blue 132

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

Shades of Dark Magenta #A40184

Tints of Dark Magenta #A40184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.44%

R = 55.22%
G = 0.34%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A40184 (or 0xA40184) is known color: Dark Magenta. HEX triplet: A4, 01 and 84. RGB value is (164,1,132). Sum of RGB (Red+Green+Blue) = 164+1+132=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A40184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40184 is #5BFE7B. Grayscale: #404040. Windows color (decimal): -6028924 or 8651172. OLE color: 8651172.

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

Color convert

RGB 164 1 132 -
CMYK 0 0.99 0.20 0.36
HSL 311.78º 0.99% 0.32% -
HSV(B) 311.78º 0.99% 0.64% -
XYZ 19.49 9.58 22.65 -
YUV 64.67 166 198.85 -
System Red Green Blue C M Y K H S L
Decimal 164 1 132 0 0.99 0.20 0.36 311.78 0.99 0.32
Hex A4 1 84 0 63 14 24 138 63 20
Octal 244 1 204 0 143 24 44 470 143 40
Binary 10100100 1 10000100 0 1100011 10100 100100 100111000 1100011 100000

Color Harmonies of #A40184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40184

Black with #A40184

Text Example


Text Example

White with #A40184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40184; }

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

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

background-color css

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

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

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

border-color css

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

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

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