Html Css Color HEX #A8159B Dark Magenta

📋 copy color: '#A8159B'

red 168 ◦ green 21 ◦ blue 155

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

Shades of Dark Magenta #A8159B

Tints of Dark Magenta #A8159B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.06%

R = 48.84%
G = 6.1%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A8159B (or 0xA8159B) is known color: Dark Magenta. HEX triplet: A8, 15 and 9B. RGB value is (168,21,155). Sum of RGB (Red+Green+Blue) = 168+21+155=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A8159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8159B is #57EA64. Grayscale: #4F4F4F. Windows color (decimal): -5761637 or 10163624. OLE color: 10163624.

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

Color convert

RGB 168 21 155 -
CMYK 0 0.88 0.08 0.34
HSL 305.31º 0.78% 0.37% -
HSV(B) 305.31º 0.88% 0.66% -
XYZ 22.33 11.23 32 -
YUV 80.23 170.2 190.6 -
System Red Green Blue C M Y K H S L
Decimal 168 21 155 0 0.88 0.08 0.34 305.31 0.78 0.37
Hex A8 15 9B 0 58 8 22 131 4E 25
Octal 250 25 233 0 130 10 42 461 116 45
Binary 10101000 10101 10011011 0 1011000 1000 100010 100110001 1001110 100101

Color Harmonies of #A8159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8159B

Black with #A8159B

Text Example


Text Example

White with #A8159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8159B; }

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

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

background-color css

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

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

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

border-color css

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

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

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