Html Css Color HEX #A8149E Dark Magenta

📋 copy color: '#A8149E'

red 168 ◦ green 20 ◦ blue 158

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

Shades of Dark Magenta #A8149E

Tints of Dark Magenta #A8149E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.78%

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

R = 48.55%
G = 5.78%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A8149E (or 0xA8149E) is known color: Dark Magenta. HEX triplet: A8, 14 and 9E. RGB value is (168,20,158). Sum of RGB (Red+Green+Blue) = 168+20+158=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8149E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8149E is #57EB61. Grayscale: #4F4F4F. Windows color (decimal): -5761890 or 10359976. OLE color: 10359976.

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

Color convert

RGB 168 20 158 -
CMYK 0 0.88 0.06 0.34
HSL 304.05º 0.79% 0.37% -
HSV(B) 304.05º 0.88% 0.66% -
XYZ 22.57 11.29 33.34 -
YUV 79.98 172.03 190.78 -
System Red Green Blue C M Y K H S L
Decimal 168 20 158 0 0.88 0.06 0.34 304.05 0.79 0.37
Hex A8 14 9E 0 58 6 22 130 4F 25
Octal 250 24 236 0 130 6 42 460 117 45
Binary 10101000 10100 10011110 0 1011000 110 100010 100110000 1001111 100101

Color Harmonies of #A8149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8149E

Black with #A8149E

Text Example


Text Example

White with #A8149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8149E; }

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

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

background-color css

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

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

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

border-color css

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

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

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