Html Css Color HEX #A40983 Dark Magenta

📋 copy color: '#A40983'

red 164 ◦ green 9 ◦ blue 131

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

Shades of Dark Magenta #A40983

Tints of Dark Magenta #A40983

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.96%

 BLUE value IS 131 (51.56% from 255) = 43.09%

R = 53.95%
G = 2.96%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A40983 (or 0xA40983) is known color: Dark Magenta. HEX triplet: A4, 09 and 83. RGB value is (164,9,131). Sum of RGB (Red+Green+Blue) = 164+9+131=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A40983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40983 is #5BF67C. Grayscale: #444444. Windows color (decimal): -6026877 or 8587684. OLE color: 8587684.

HSL color Cylindrical-coordinate representation of color #A40983: hue angle of 312.77º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40983 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 9 131 -
CMYK 0 0.95 0.20 0.36
HSL 312.77º 0.9% 0.34% -
HSV(B) 312.77º 0.95% 0.64% -
XYZ 19.5 9.73 22.32 -
YUV 69.25 162.85 195.58 -
System Red Green Blue C M Y K H S L
Decimal 164 9 131 0 0.95 0.20 0.36 312.77 0.9 0.34
Hex A4 9 83 0 5F 14 24 139 5A 22
Octal 244 11 203 0 137 24 44 471 132 42
Binary 10100100 1001 10000011 0 1011111 10100 100100 100111001 1011010 100010

Color Harmonies of #A40983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40983

Black with #A40983

Text Example


Text Example

White with #A40983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40983; }

 p { color: rgb(164,9,131); }

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

background-color css

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

 a { background-color: rgb(164,9,131); }

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

border-color css

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

 span { border-color: rgb(164,9,131); }

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