Html Css Color HEX #A0148C Dark Magenta

📋 copy color: '#A0148C'

red 160 ◦ green 20 ◦ blue 140

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

Shades of Dark Magenta #A0148C

Tints of Dark Magenta #A0148C

RGB

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

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

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

R = 50%
G = 6.25%
B = 43.75%

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

#A0148C (or 0xA0148C) is known color: Dark Magenta. HEX triplet: A0, 14 and 8C. RGB value is (160,20,140). Sum of RGB (Red+Green+Blue) = 160+20+140=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0148C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0148C is #5FEB73. Grayscale: #4B4B4B. Windows color (decimal): -6286196 or 9180320. OLE color: 9180320.

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

Color convert

RGB 160 20 140 -
CMYK 0 0.88 0.12 0.37
HSL 308.57º 0.78% 0.35% -
HSV(B) 308.57º 0.88% 0.63% -
XYZ 19.48 9.87 25.69 -
YUV 75.54 164.38 188.24 -
System Red Green Blue C M Y K H S L
Decimal 160 20 140 0 0.88 0.12 0.37 308.57 0.78 0.35
Hex A0 14 8C 0 58 C 25 135 4E 23
Octal 240 24 214 0 130 14 45 465 116 43
Binary 10100000 10100 10001100 0 1011000 1100 100101 100110101 1001110 100011

Color Harmonies of #A0148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0148C

Black with #A0148C

Text Example


Text Example

White with #A0148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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