Html Css Color HEX #A0129B Dark Magenta

📋 copy color: '#A0129B'

red 160 ◦ green 18 ◦ blue 155

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

Shades of Dark Magenta #A0129B

Tints of Dark Magenta #A0129B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.41%

 BLUE value IS 155 (60.94% from 255) = 46.55%

R = 48.05%
G = 5.41%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0129B (or 0xA0129B) is known color: Dark Magenta. HEX triplet: A0, 12 and 9B. RGB value is (160,18,155). Sum of RGB (Red+Green+Blue) = 160+18+155=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A0129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0129B is #5FED64. Grayscale: #4B4B4B. Windows color (decimal): -6286693 or 10162848. OLE color: 10162848.

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

Color convert

RGB 160 18 155 -
CMYK 0 0.89 0.03 0.37
HSL 302.11º 0.8% 0.35% -
HSV(B) 302.11º 0.89% 0.63% -
XYZ 20.63 10.27 31.91 -
YUV 76.08 172.54 187.86 -
System Red Green Blue C M Y K H S L
Decimal 160 18 155 0 0.89 0.03 0.37 302.11 0.8 0.35
Hex A0 12 9B 0 59 3 25 12E 50 23
Octal 240 22 233 0 131 3 45 456 120 43
Binary 10100000 10010 10011011 0 1011001 11 100101 100101110 1010000 100011

Color Harmonies of #A0129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0129B

Black with #A0129B

Text Example


Text Example

White with #A0129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0129B; }

 p { color: rgb(160,18,155); }

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

background-color css

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

 a { background-color: rgb(160,18,155); }

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

border-color css

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

 span { border-color: rgb(160,18,155); }

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