Html Css Color HEX #A8159D Dark Magenta

📋 copy color: '#A8159D'

red 168 ◦ green 21 ◦ blue 157

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

Shades of Dark Magenta #A8159D

Tints of Dark Magenta #A8159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.07%

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

R = 48.55%
G = 6.07%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A8159D (or 0xA8159D) is known color: Dark Magenta. HEX triplet: A8, 15 and 9D. RGB value is (168,21,157). Sum of RGB (Red+Green+Blue) = 168+21+157=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8159D is #57EA62. Grayscale: #505050. Windows color (decimal): -5761635 or 10294696. OLE color: 10294696.

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

Color convert

RGB 168 21 157 -
CMYK 0 0.88 0.07 0.34
HSL 304.49º 0.78% 0.37% -
HSV(B) 304.49º 0.88% 0.66% -
XYZ 22.5 11.3 32.89 -
YUV 80.46 171.2 190.44 -
System Red Green Blue C M Y K H S L
Decimal 168 21 157 0 0.88 0.07 0.34 304.49 0.78 0.37
Hex A8 15 9D 0 58 7 22 130 4E 25
Octal 250 25 235 0 130 7 42 460 116 45
Binary 10101000 10101 10011101 0 1011000 111 100010 100110000 1001110 100101

Color Harmonies of #A8159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8159D

Black with #A8159D

Text Example


Text Example

White with #A8159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8159D; }

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

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

background-color css

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

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

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

border-color css

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

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

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