Html Css Color HEX #A2148C Dark Magenta

📋 copy color: '#A2148C'

red 162 ◦ green 20 ◦ blue 140

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

Shades of Dark Magenta #A2148C

Tints of Dark Magenta #A2148C

RGB

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

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

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

R = 50.31%
G = 6.21%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2148C (or 0xA2148C) is known color: Dark Magenta. HEX triplet: A2, 14 and 8C. RGB value is (162,20,140). Sum of RGB (Red+Green+Blue) = 162+20+140=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2148C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2148C is #5DEB73. Grayscale: #4B4B4B. Windows color (decimal): -6155124 or 9180322. OLE color: 9180322.

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

Color convert

RGB 162 20 140 -
CMYK 0 0.88 0.14 0.36
HSL 309.3º 0.78% 0.36% -
HSV(B) 309.3º 0.88% 0.64% -
XYZ 19.88 10.08 25.71 -
YUV 76.14 164.04 189.24 -
System Red Green Blue C M Y K H S L
Decimal 162 20 140 0 0.88 0.14 0.36 309.3 0.78 0.36
Hex A2 14 8C 0 58 E 24 135 4E 24
Octal 242 24 214 0 130 16 44 465 116 44
Binary 10100010 10100 10001100 0 1011000 1110 100100 100110101 1001110 100100

Color Harmonies of #A2148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2148C

Black with #A2148C

Text Example


Text Example

White with #A2148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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