Html Css Color HEX #A2048F Dark Magenta

📋 copy color: '#A2048F'

red 162 ◦ green 4 ◦ blue 143

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

Shades of Dark Magenta #A2048F

Tints of Dark Magenta #A2048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 46.28%

R = 52.43%
G = 1.29%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2048F (or 0xA2048F) is known color: Dark Magenta. HEX triplet: A2, 04 and 8F. RGB value is (162,4,143). Sum of RGB (Red+Green+Blue) = 162+4+143=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A2048F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2048F is #5DFB70. Grayscale: #424242. Windows color (decimal): -6159217 or 9372834. OLE color: 9372834.

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

Color convert

RGB 162 4 143 -
CMYK 0 0.98 0.12 0.36
HSL 307.22º 0.95% 0.33% -
HSV(B) 307.22º 0.98% 0.64% -
XYZ 19.9 9.75 26.82 -
YUV 67.09 170.85 195.7 -
System Red Green Blue C M Y K H S L
Decimal 162 4 143 0 0.98 0.12 0.36 307.22 0.95 0.33
Hex A2 4 8F 0 62 C 24 133 5F 21
Octal 242 4 217 0 142 14 44 463 137 41
Binary 10100010 100 10001111 0 1100010 1100 100100 100110011 1011111 100001

Color Harmonies of #A2048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2048F

Black with #A2048F

Text Example


Text Example

White with #A2048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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