Html Css Color HEX #A40283 Dark Magenta

📋 copy color: '#A40283'

red 164 ◦ green 2 ◦ blue 131

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

Shades of Dark Magenta #A40283

Tints of Dark Magenta #A40283

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 55.22%
G = 0.67%
B = 44.11%

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

#A40283 (or 0xA40283) is known color: Dark Magenta. HEX triplet: A4, 02 and 83. RGB value is (164,2,131). Sum of RGB (Red+Green+Blue) = 164+2+131=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A40283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40283 is #5BFD7C. Grayscale: #404040. Windows color (decimal): -6028669 or 8585892. OLE color: 8585892.

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

Color convert

RGB 164 2 131 -
CMYK 0 0.99 0.20 0.36
HSL 312.22º 0.98% 0.33% -
HSV(B) 312.22º 0.99% 0.64% -
XYZ 19.43 9.57 22.3 -
YUV 65.14 165.17 198.51 -
System Red Green Blue C M Y K H S L
Decimal 164 2 131 0 0.99 0.20 0.36 312.22 0.98 0.33
Hex A4 2 83 0 63 14 24 138 62 21
Octal 244 2 203 0 143 24 44 470 142 41
Binary 10100100 10 10000011 0 1100011 10100 100100 100111000 1100010 100001

Color Harmonies of #A40283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40283

Black with #A40283

Text Example


Text Example

White with #A40283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40283; }

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

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

background-color css

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

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

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

border-color css

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

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

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