Html Css Color HEX #A2148E Dark Magenta

📋 copy color: '#A2148E'

red 162 ◦ green 20 ◦ blue 142

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

Shades of Dark Magenta #A2148E

Tints of Dark Magenta #A2148E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.17%

 BLUE value IS 142 (55.86% from 255) = 43.83%

R = 50%
G = 6.17%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2148E (or 0xA2148E) is known color: Dark Magenta. HEX triplet: A2, 14 and 8E. RGB value is (162,20,142). Sum of RGB (Red+Green+Blue) = 162+20+142=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2148E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2148E is #5DEB71. Grayscale: #4C4C4C. Windows color (decimal): -6155122 or 9311394. OLE color: 9311394.

HSL color Cylindrical-coordinate representation of color #A2148E: hue angle of 308.45º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2148E is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 20 142 -
CMYK 0 0.88 0.12 0.36
HSL 308.45º 0.78% 0.36% -
HSV(B) 308.45º 0.88% 0.64% -
XYZ 20.03 10.13 26.49 -
YUV 76.37 165.04 189.08 -
System Red Green Blue C M Y K H S L
Decimal 162 20 142 0 0.88 0.12 0.36 308.45 0.78 0.36
Hex A2 14 8E 0 58 C 24 134 4E 24
Octal 242 24 216 0 130 14 44 464 116 44
Binary 10100010 10100 10001110 0 1011000 1100 100100 100110100 1001110 100100

Color Harmonies of #A2148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2148E

Black with #A2148E

Text Example


Text Example

White with #A2148E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2148E; }

 p { color: rgb(162,20,142); }

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

background-color css

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

 a { background-color: rgb(162,20,142); }

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

border-color css

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

 span { border-color: rgb(162,20,142); }

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