Html Css Color HEX #A8189A Dark Magenta

📋 copy color: '#A8189A'

red 168 ◦ green 24 ◦ blue 154

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

Shades of Dark Magenta #A8189A

Tints of Dark Magenta #A8189A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.94%

 BLUE value IS 154 (60.55% from 255) = 44.51%

R = 48.55%
G = 6.94%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A8189A (or 0xA8189A) is known color: Dark Magenta. HEX triplet: A8, 18 and 9A. RGB value is (168,24,154). Sum of RGB (Red+Green+Blue) = 168+24+154=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8189A is #57E765. Grayscale: #515151. Windows color (decimal): -5760870 or 10098856. OLE color: 10098856.

HSL color Cylindrical-coordinate representation of color #A8189A: hue angle of 305.83º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8189A is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 24 154 -
CMYK 0 0.86 0.08 0.34
HSL 305.83º 0.75% 0.38% -
HSV(B) 305.83º 0.86% 0.66% -
XYZ 22.31 11.31 31.58 -
YUV 81.88 168.71 189.43 -
System Red Green Blue C M Y K H S L
Decimal 168 24 154 0 0.86 0.08 0.34 305.83 0.75 0.38
Hex A8 18 9A 0 56 8 22 132 4B 26
Octal 250 30 232 0 126 10 42 462 113 46
Binary 10101000 11000 10011010 0 1010110 1000 100010 100110010 1001011 100110

Color Harmonies of #A8189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8189A

Black with #A8189A

Text Example


Text Example

White with #A8189A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8189A; }

 p { color: rgb(168,24,154); }

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

background-color css

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

 a { background-color: rgb(168,24,154); }

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

border-color css

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

 span { border-color: rgb(168,24,154); }

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