Html Css Color HEX #A0148D Dark Magenta

📋 copy color: '#A0148D'

red 160 ◦ green 20 ◦ blue 141

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

Shades of Dark Magenta #A0148D

Tints of Dark Magenta #A0148D

RGB

 RED value IS 160 (62.89% from 255) = 49.84%

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

 BLUE value IS 141 (55.47% from 255) = 43.93%

R = 49.84%
G = 6.23%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0148D (or 0xA0148D) is known color: Dark Magenta. HEX triplet: A0, 14 and 8D. RGB value is (160,20,141). Sum of RGB (Red+Green+Blue) = 160+20+141=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0148D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0148D is #5FEB72. Grayscale: #4B4B4B. Windows color (decimal): -6286195 or 9245856. OLE color: 9245856.

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

Color convert

RGB 160 20 141 -
CMYK 0 0.88 0.12 0.37
HSL 308.14º 0.78% 0.35% -
HSV(B) 308.14º 0.88% 0.63% -
XYZ 19.56 9.9 26.08 -
YUV 75.65 164.88 188.16 -
System Red Green Blue C M Y K H S L
Decimal 160 20 141 0 0.88 0.12 0.37 308.14 0.78 0.35
Hex A0 14 8D 0 58 C 25 134 4E 23
Octal 240 24 215 0 130 14 45 464 116 43
Binary 10100000 10100 10001101 0 1011000 1100 100101 100110100 1001110 100011

Color Harmonies of #A0148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0148D

Black with #A0148D

Text Example


Text Example

White with #A0148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0148D; }

 p { color: rgb(160,20,141); }

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

background-color css

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

 a { background-color: rgb(160,20,141); }

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

border-color css

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

 span { border-color: rgb(160,20,141); }

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