Html Css Color HEX #A8159E Dark Magenta

📋 copy color: '#A8159E'

red 168 ◦ green 21 ◦ blue 158

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

Shades of Dark Magenta #A8159E

Tints of Dark Magenta #A8159E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.53%

R = 48.41%
G = 6.05%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A8159E (or 0xA8159E) is known color: Dark Magenta. HEX triplet: A8, 15 and 9E. RGB value is (168,21,158). Sum of RGB (Red+Green+Blue) = 168+21+158=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8159E is #57EA61. Grayscale: #505050. Windows color (decimal): -5761634 or 10360232. OLE color: 10360232.

HSL color Cylindrical-coordinate representation of color #A8159E: hue angle of 304.08º 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 #A8159E is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 21 158 -
CMYK 0 0.88 0.06 0.34
HSL 304.08º 0.78% 0.37% -
HSV(B) 304.08º 0.88% 0.66% -
XYZ 22.59 11.33 33.34 -
YUV 80.57 171.7 190.36 -
System Red Green Blue C M Y K H S L
Decimal 168 21 158 0 0.88 0.06 0.34 304.08 0.78 0.37
Hex A8 15 9E 0 58 6 22 130 4E 25
Octal 250 25 236 0 130 6 42 460 116 45
Binary 10101000 10101 10011110 0 1011000 110 100010 100110000 1001110 100101

Color Harmonies of #A8159E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8159E

Black with #A8159E

Text Example


Text Example

White with #A8159E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8159E; }

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

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

background-color css

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

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

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

border-color css

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

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

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