Html Css Color HEX #A8169D Dark Magenta

📋 copy color: '#A8169D'

red 168 ◦ green 22 ◦ blue 157

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

Shades of Dark Magenta #A8169D

Tints of Dark Magenta #A8169D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.34%

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

R = 48.41%
G = 6.34%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A8169D (or 0xA8169D) is known color: Dark Magenta. HEX triplet: A8, 16 and 9D. RGB value is (168,22,157). Sum of RGB (Red+Green+Blue) = 168+22+157=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8169D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8169D is #57E962. Grayscale: #505050. Windows color (decimal): -5761379 or 10294952. OLE color: 10294952.

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

Color convert

RGB 168 22 157 -
CMYK 0 0.87 0.07 0.34
HSL 304.52º 0.77% 0.37% -
HSV(B) 304.52º 0.87% 0.66% -
XYZ 22.52 11.33 32.9 -
YUV 81.04 170.87 190.02 -
System Red Green Blue C M Y K H S L
Decimal 168 22 157 0 0.87 0.07 0.34 304.52 0.77 0.37
Hex A8 16 9D 0 57 7 22 131 4D 25
Octal 250 26 235 0 127 7 42 461 115 45
Binary 10101000 10110 10011101 0 1010111 111 100010 100110001 1001101 100101

Color Harmonies of #A8169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8169D

Black with #A8169D

Text Example


Text Example

White with #A8169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8169D; }

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

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

background-color css

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

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

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

border-color css

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

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

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