Html Css Color HEX #A40083 Dark Magenta

📋 copy color: '#A40083'

red 164 ◦ green 0 ◦ blue 131

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

Shades of Dark Magenta #A40083

Tints of Dark Magenta #A40083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.59%
G = 0%
B = 44.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A40083 (or 0xA40083) is known color: Dark Magenta. HEX triplet: A4, 00 and 83. RGB value is (164,0,131). Sum of RGB (Red+Green+Blue) = 164+0+131=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A40083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40083 is #5BFF7C. Grayscale: #3F3F3F. Windows color (decimal): -6029181 or 8585380. OLE color: 8585380.

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

Color convert

RGB 164 0 131 -
CMYK 0 1 0.20 0.36
HSL 312.07º 1% 0.32% -
HSV(B) 312.07º 1% 0.64% -
XYZ 19.41 9.53 22.29 -
YUV 63.97 165.83 199.35 -
System Red Green Blue C M Y K H S L
Decimal 164 0 131 0 1 0.20 0.36 312.07 1 0.32
Hex A4 0 83 0 64 14 24 138 64 20
Octal 244 0 203 0 144 24 44 470 144 40
Binary 10100100 0 10000011 0 1100100 10100 100100 100111000 1100100 100000

Color Harmonies of #A40083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40083

Black with #A40083

Text Example


Text Example

White with #A40083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40083; }

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

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

background-color css

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

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

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

border-color css

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

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

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