Html Css Color HEX #A8019F Dark Magenta

📋 copy color: '#A8019F'

red 168 ◦ green 1 ◦ blue 159

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

Shades of Dark Magenta #A8019F

Tints of Dark Magenta #A8019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.48%

R = 51.22%
G = 0.3%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A8019F (or 0xA8019F) is known color: Dark Magenta. HEX triplet: A8, 01 and 9F. RGB value is (168,1,159). Sum of RGB (Red+Green+Blue) = 168+1+159=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A8019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8019F is #57FE60. Grayscale: #444444. Windows color (decimal): -5766753 or 10420648. OLE color: 10420648.

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

Color convert

RGB 168 1 159 -
CMYK 0 0.99 0.05 0.34
HSL 303.23º 0.99% 0.33% -
HSV(B) 303.23º 0.99% 0.66% -
XYZ 22.42 10.85 33.71 -
YUV 68.95 178.83 198.65 -
System Red Green Blue C M Y K H S L
Decimal 168 1 159 0 0.99 0.05 0.34 303.23 0.99 0.33
Hex A8 1 9F 0 63 5 22 12F 63 21
Octal 250 1 237 0 143 5 42 457 143 41
Binary 10101000 1 10011111 0 1100011 101 100010 100101111 1100011 100001

Color Harmonies of #A8019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8019F

Black with #A8019F

Text Example


Text Example

White with #A8019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8019F; }

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

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

background-color css

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

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

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

border-color css

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

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

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