Html Css Color HEX #A8169E Dark Magenta

📋 copy color: '#A8169E'

red 168 ◦ green 22 ◦ blue 158

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

Shades of Dark Magenta #A8169E

Tints of Dark Magenta #A8169E

RGB

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

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

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

R = 48.28%
G = 6.32%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A8169E (or 0xA8169E) is known color: Dark Magenta. HEX triplet: A8, 16 and 9E. RGB value is (168,22,158). Sum of RGB (Red+Green+Blue) = 168+22+158=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A8169E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8169E is #57E961. Grayscale: #505050. Windows color (decimal): -5761378 or 10360488. OLE color: 10360488.

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

Color convert

RGB 168 22 158 -
CMYK 0 0.87 0.06 0.34
HSL 304.11º 0.77% 0.37% -
HSV(B) 304.11º 0.87% 0.66% -
XYZ 22.61 11.37 33.35 -
YUV 81.16 171.37 189.94 -
System Red Green Blue C M Y K H S L
Decimal 168 22 158 0 0.87 0.06 0.34 304.11 0.77 0.37
Hex A8 16 9E 0 57 6 22 130 4D 25
Octal 250 26 236 0 127 6 42 460 115 45
Binary 10101000 10110 10011110 0 1010111 110 100010 100110000 1001101 100101

Color Harmonies of #A8169E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8169E

Black with #A8169E

Text Example


Text Example

White with #A8169E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8169E; }

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

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

background-color css

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

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

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

border-color css

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

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

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