Html Css Color HEX #A8189C Dark Magenta

📋 copy color: '#A8189C'

red 168 ◦ green 24 ◦ blue 156

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

Shades of Dark Magenta #A8189C

Tints of Dark Magenta #A8189C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.83%

R = 48.28%
G = 6.9%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A8189C (or 0xA8189C) is known color: Dark Magenta. HEX triplet: A8, 18 and 9C. RGB value is (168,24,156). Sum of RGB (Red+Green+Blue) = 168+24+156=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A8189C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8189C is #57E763. Grayscale: #515151. Windows color (decimal): -5760868 or 10229928. OLE color: 10229928.

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

Color convert

RGB 168 24 156 -
CMYK 0 0.86 0.07 0.34
HSL 305º 0.75% 0.38% -
HSV(B) 305º 0.86% 0.66% -
XYZ 22.48 11.38 32.46 -
YUV 82.1 169.71 189.27 -
System Red Green Blue C M Y K H S L
Decimal 168 24 156 0 0.86 0.07 0.34 305 0.75 0.38
Hex A8 18 9C 0 56 7 22 131 4B 26
Octal 250 30 234 0 126 7 42 461 113 46
Binary 10101000 11000 10011100 0 1010110 111 100010 100110001 1001011 100110

Color Harmonies of #A8189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8189C

Black with #A8189C

Text Example


Text Example

White with #A8189C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8189C; }

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

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

background-color css

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

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

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

border-color css

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

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

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