Html Css Color HEX #A2048A Dark Magenta

📋 copy color: '#A2048A'

red 162 ◦ green 4 ◦ blue 138

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

Shades of Dark Magenta #A2048A

Tints of Dark Magenta #A2048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.39%

R = 53.29%
G = 1.32%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2048A (or 0xA2048A) is known color: Dark Magenta. HEX triplet: A2, 04 and 8A. RGB value is (162,4,138). Sum of RGB (Red+Green+Blue) = 162+4+138=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A2048A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2048A is #5DFB75. Grayscale: #424242. Windows color (decimal): -6159222 or 9045154. OLE color: 9045154.

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

Color convert

RGB 162 4 138 -
CMYK 0 0.98 0.15 0.36
HSL 309.11º 0.95% 0.33% -
HSV(B) 309.11º 0.98% 0.64% -
XYZ 19.53 9.6 24.87 -
YUV 66.52 168.35 196.1 -
System Red Green Blue C M Y K H S L
Decimal 162 4 138 0 0.98 0.15 0.36 309.11 0.95 0.33
Hex A2 4 8A 0 62 F 24 135 5F 21
Octal 242 4 212 0 142 17 44 465 137 41
Binary 10100010 100 10001010 0 1100010 1111 100100 100110101 1011111 100001

Color Harmonies of #A2048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2048A

Black with #A2048A

Text Example


Text Example

White with #A2048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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