Html Css Color HEX #A2148B Dark Magenta

📋 copy color: '#A2148B'

red 162 ◦ green 20 ◦ blue 139

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

Shades of Dark Magenta #A2148B

Tints of Dark Magenta #A2148B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.3%

R = 50.47%
G = 6.23%
B = 43.3%

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

#A2148B (or 0xA2148B) is known color: Dark Magenta. HEX triplet: A2, 14 and 8B. RGB value is (162,20,139). Sum of RGB (Red+Green+Blue) = 162+20+139=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2148B is #5DEB74. Grayscale: #4B4B4B. Windows color (decimal): -6155125 or 9114786. OLE color: 9114786.

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

Color convert

RGB 162 20 139 -
CMYK 0 0.88 0.14 0.36
HSL 309.72º 0.78% 0.36% -
HSV(B) 309.72º 0.88% 0.64% -
XYZ 19.81 10.05 25.32 -
YUV 76.02 163.54 189.32 -
System Red Green Blue C M Y K H S L
Decimal 162 20 139 0 0.88 0.14 0.36 309.72 0.78 0.36
Hex A2 14 8B 0 58 E 24 136 4E 24
Octal 242 24 213 0 130 16 44 466 116 44
Binary 10100010 10100 10001011 0 1011000 1110 100100 100110110 1001110 100100

Color Harmonies of #A2148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2148B

Black with #A2148B

Text Example


Text Example

White with #A2148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2148B; }

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

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

background-color css

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

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

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

border-color css

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

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

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