Html Css Color HEX #A8019D Dark Magenta

📋 copy color: '#A8019D'

red 168 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #A8019D

Tints of Dark Magenta #A8019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 51.53%
G = 0.31%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A8019D (or 0xA8019D) is known color: Dark Magenta. HEX triplet: A8, 01 and 9D. RGB value is (168,1,157). Sum of RGB (Red+Green+Blue) = 168+1+157=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A8019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8019D is #57FE62. Grayscale: #444444. Windows color (decimal): -5766755 or 10289576. OLE color: 10289576.

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

Color convert

RGB 168 1 157 -
CMYK 0 0.99 0.07 0.34
HSL 303.95º 0.99% 0.33% -
HSV(B) 303.95º 0.99% 0.66% -
XYZ 22.25 10.78 32.81 -
YUV 68.72 177.83 198.82 -
System Red Green Blue C M Y K H S L
Decimal 168 1 157 0 0.99 0.07 0.34 303.95 0.99 0.33
Hex A8 1 9D 0 63 7 22 130 63 21
Octal 250 1 235 0 143 7 42 460 143 41
Binary 10101000 1 10011101 0 1100011 111 100010 100110000 1100011 100001

Color Harmonies of #A8019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8019D

Black with #A8019D

Text Example


Text Example

White with #A8019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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