Html Css Color HEX #A2148A Dark Magenta

📋 copy color: '#A2148A'

red 162 ◦ green 20 ◦ blue 138

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

Shades of Dark Magenta #A2148A

Tints of Dark Magenta #A2148A

RGB

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

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

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

R = 50.63%
G = 6.25%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2148A (or 0xA2148A) is known color: Dark Magenta. HEX triplet: A2, 14 and 8A. RGB value is (162,20,138). Sum of RGB (Red+Green+Blue) = 162+20+138=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2148A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2148A is #5DEB75. Grayscale: #4B4B4B. Windows color (decimal): -6155126 or 9049250. OLE color: 9049250.

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

Color convert

RGB 162 20 138 -
CMYK 0 0.88 0.15 0.36
HSL 310.14º 0.78% 0.36% -
HSV(B) 310.14º 0.88% 0.64% -
XYZ 19.74 10.02 24.94 -
YUV 75.91 163.04 189.41 -
System Red Green Blue C M Y K H S L
Decimal 162 20 138 0 0.88 0.15 0.36 310.14 0.78 0.36
Hex A2 14 8A 0 58 F 24 136 4E 24
Octal 242 24 212 0 130 17 44 466 116 44
Binary 10100010 10100 10001010 0 1011000 1111 100100 100110110 1001110 100100

Color Harmonies of #A2148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2148A

Black with #A2148A

Text Example


Text Example

White with #A2148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2148A; }

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

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

background-color css

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

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

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

border-color css

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

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

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