Html Css Color HEX #A0129F Dark Magenta

📋 copy color: '#A0129F'

red 160 ◦ green 18 ◦ blue 159

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

Shades of Dark Magenta #A0129F

Tints of Dark Magenta #A0129F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.18%

R = 47.48%
G = 5.34%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A0129F (or 0xA0129F) is known color: Dark Magenta. HEX triplet: A0, 12 and 9F. RGB value is (160,18,159). Sum of RGB (Red+Green+Blue) = 160+18+159=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0129F is #5FED60. Grayscale: #4C4C4C. Windows color (decimal): -6286689 or 10424992. OLE color: 10424992.

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

Color convert

RGB 160 18 159 -
CMYK 0 0.89 0.01 0.37
HSL 300.42º 0.8% 0.35% -
HSV(B) 300.42º 0.89% 0.63% -
XYZ 20.97 10.41 33.7 -
YUV 76.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 160 18 159 0 0.89 0.01 0.37 300.42 0.8 0.35
Hex A0 12 9F 0 59 1 25 12C 50 23
Octal 240 22 237 0 131 1 45 454 120 43
Binary 10100000 10010 10011111 0 1011001 1 100101 100101100 1010000 100011

Color Harmonies of #A0129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0129F

Black with #A0129F

Text Example


Text Example

White with #A0129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0129F; }

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

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

background-color css

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

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

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

border-color css

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

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

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