Html Css Color HEX #A8008D Dark Magenta

📋 copy color: '#A8008D'

red 168 ◦ green 0 ◦ blue 141

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

Shades of Dark Magenta #A8008D

Tints of Dark Magenta #A8008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.37%
G = 0%
B = 45.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8008D (or 0xA8008D) is known color: Dark Magenta. HEX triplet: A8, 00 and 8D. RGB value is (168,0,141). Sum of RGB (Red+Green+Blue) = 168+0+141=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A8008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8008D is #57FF72. Grayscale: #414141. Windows color (decimal): -5767027 or 9240744. OLE color: 9240744.

HSL color Cylindrical-coordinate representation of color #A8008D: hue angle of 309.64º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8008D is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 0 141 -
CMYK 0 1 0.16 0.34
HSL 309.64º 1% 0.33% -
HSV(B) 309.64º 1% 0.66% -
XYZ 20.96 10.25 26.07 -
YUV 66.31 170.16 200.54 -
System Red Green Blue C M Y K H S L
Decimal 168 0 141 0 1 0.16 0.34 309.64 1 0.33
Hex A8 0 8D 0 64 10 22 136 64 21
Octal 250 0 215 0 144 20 42 466 144 41
Binary 10101000 0 10001101 0 1100100 10000 100010 100110110 1100100 100001

Color Harmonies of #A8008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8008D

Black with #A8008D

Text Example


Text Example

White with #A8008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8008D; }

 p { color: rgb(168,0,141); }

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

background-color css

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

 a { background-color: rgb(168,0,141); }

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

border-color css

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

 span { border-color: rgb(168,0,141); }

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