Html Css Color HEX #A8159F Dark Magenta

📋 copy color: '#A8159F'

red 168 ◦ green 21 ◦ blue 159

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

Shades of Dark Magenta #A8159F

Tints of Dark Magenta #A8159F

RGB

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

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

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

R = 48.28%
G = 6.03%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A8159F (or 0xA8159F) is known color: Dark Magenta. HEX triplet: A8, 15 and 9F. RGB value is (168,21,159). Sum of RGB (Red+Green+Blue) = 168+21+159=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A8159F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8159F is #57EA60. Grayscale: #505050. Windows color (decimal): -5761633 or 10425768. OLE color: 10425768.

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

Color convert

RGB 168 21 159 -
CMYK 0 0.88 0.05 0.34
HSL 303.67º 0.78% 0.37% -
HSV(B) 303.67º 0.88% 0.66% -
XYZ 22.67 11.36 33.8 -
YUV 80.69 172.2 190.28 -
System Red Green Blue C M Y K H S L
Decimal 168 21 159 0 0.88 0.05 0.34 303.67 0.78 0.37
Hex A8 15 9F 0 58 5 22 130 4E 25
Octal 250 25 237 0 130 5 42 460 116 45
Binary 10101000 10101 10011111 0 1011000 101 100010 100110000 1001110 100101

Color Harmonies of #A8159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8159F

Black with #A8159F

Text Example


Text Example

White with #A8159F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8159F; }

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

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

background-color css

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

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

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

border-color css

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

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

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