Html Css Color HEX #A2048C Dark Magenta

📋 copy color: '#A2048C'

red 162 ◦ green 4 ◦ blue 140

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

Shades of Dark Magenta #A2048C

Tints of Dark Magenta #A2048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.75%

R = 52.94%
G = 1.31%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2048C (or 0xA2048C) is known color: Dark Magenta. HEX triplet: A2, 04 and 8C. RGB value is (162,4,140). Sum of RGB (Red+Green+Blue) = 162+4+140=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A2048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2048C is #5DFB73. Grayscale: #424242. Windows color (decimal): -6159220 or 9176226. OLE color: 9176226.

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

Color convert

RGB 162 4 140 -
CMYK 0 0.98 0.14 0.36
HSL 308.35º 0.95% 0.33% -
HSV(B) 308.35º 0.98% 0.64% -
XYZ 19.68 9.66 25.64 -
YUV 66.75 169.35 195.94 -
System Red Green Blue C M Y K H S L
Decimal 162 4 140 0 0.98 0.14 0.36 308.35 0.95 0.33
Hex A2 4 8C 0 62 E 24 134 5F 21
Octal 242 4 214 0 142 16 44 464 137 41
Binary 10100010 100 10001100 0 1100010 1110 100100 100110100 1011111 100001

Color Harmonies of #A2048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2048C

Black with #A2048C

Text Example


Text Example

White with #A2048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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