Html Css Color HEX #A2048D Dark Magenta

📋 copy color: '#A2048D'

red 162 ◦ green 4 ◦ blue 141

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

Shades of Dark Magenta #A2048D

Tints of Dark Magenta #A2048D

RGB

 RED value IS 162 (63.67% from 255) = 52.77%

 GREEN value IS 4 (1.95% from 255) = 1.3%

 BLUE value IS 141 (55.47% from 255) = 45.93%

R = 52.77%
G = 1.3%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2048D (or 0xA2048D) is known color: Dark Magenta. HEX triplet: A2, 04 and 8D. RGB value is (162,4,141). Sum of RGB (Red+Green+Blue) = 162+4+141=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2048D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2048D is #5DFB72. Grayscale: #424242. Windows color (decimal): -6159219 or 9241762. OLE color: 9241762.

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

Color convert

RGB 162 4 141 -
CMYK 0 0.98 0.13 0.36
HSL 307.97º 0.95% 0.33% -
HSV(B) 307.97º 0.98% 0.64% -
XYZ 19.75 9.69 26.03 -
YUV 66.86 169.85 195.86 -
System Red Green Blue C M Y K H S L
Decimal 162 4 141 0 0.98 0.13 0.36 307.97 0.95 0.33
Hex A2 4 8D 0 62 D 24 134 5F 21
Octal 242 4 215 0 142 15 44 464 137 41
Binary 10100010 100 10001101 0 1100010 1101 100100 100110100 1011111 100001

Color Harmonies of #A2048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2048D

Black with #A2048D

Text Example


Text Example

White with #A2048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2048D; }

 p { color: rgb(162,4,141); }

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

background-color css

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

 a { background-color: rgb(162,4,141); }

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

border-color css

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

 span { border-color: rgb(162,4,141); }

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