Html Css Color HEX #A8129D Dark Magenta

📋 copy color: '#A8129D'

red 168 ◦ green 18 ◦ blue 157

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

Shades of Dark Magenta #A8129D

Tints of Dark Magenta #A8129D

RGB

 RED value IS 168 (66.02% from 255) = 48.98%

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

 BLUE value IS 157 (61.72% from 255) = 45.77%

R = 48.98%
G = 5.25%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A8129D (or 0xA8129D) is known color: Dark Magenta. HEX triplet: A8, 12 and 9D. RGB value is (168,18,157). Sum of RGB (Red+Green+Blue) = 168+18+157=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8129D is #57ED62. Grayscale: #4E4E4E. Windows color (decimal): -5762403 or 10293928. OLE color: 10293928.

HSL color Cylindrical-coordinate representation of color #A8129D: hue angle of 304.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8129D is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 157 -
CMYK 0 0.89 0.07 0.34
HSL 304.4º 0.81% 0.36% -
HSV(B) 304.4º 0.89% 0.66% -
XYZ 22.45 11.19 32.88 -
YUV 78.7 172.2 191.7 -
System Red Green Blue C M Y K H S L
Decimal 168 18 157 0 0.89 0.07 0.34 304.4 0.81 0.36
Hex A8 12 9D 0 59 7 22 130 51 24
Octal 250 22 235 0 131 7 42 460 121 44
Binary 10101000 10010 10011101 0 1011001 111 100010 100110000 1010001 100100

Color Harmonies of #A8129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8129D

Black with #A8129D

Text Example


Text Example

White with #A8129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8129D; }

 p { color: rgb(168,18,157); }

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

background-color css

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

 a { background-color: rgb(168,18,157); }

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

border-color css

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

 span { border-color: rgb(168,18,157); }

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