Html Css Color HEX #A8018E Dark Magenta

📋 copy color: '#A8018E'

red 168 ◦ green 1 ◦ blue 142

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

Shades of Dark Magenta #A8018E

Tints of Dark Magenta #A8018E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.66%

R = 54.02%
G = 0.32%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8018E (or 0xA8018E) is known color: Dark Magenta. HEX triplet: A8, 01 and 8E. RGB value is (168,1,142). Sum of RGB (Red+Green+Blue) = 168+1+142=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8018E is #57FE71. Grayscale: #424242. Windows color (decimal): -5766770 or 9306536. OLE color: 9306536.

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

Color convert

RGB 168 1 142 -
CMYK 0 0.99 0.15 0.34
HSL 309.34º 0.99% 0.33% -
HSV(B) 309.34º 0.99% 0.66% -
XYZ 21.04 10.3 26.47 -
YUV 67.01 170.33 200.04 -
System Red Green Blue C M Y K H S L
Decimal 168 1 142 0 0.99 0.15 0.34 309.34 0.99 0.33
Hex A8 1 8E 0 63 F 22 135 63 21
Octal 250 1 216 0 143 17 42 465 143 41
Binary 10101000 1 10001110 0 1100011 1111 100010 100110101 1100011 100001

Color Harmonies of #A8018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8018E

Black with #A8018E

Text Example


Text Example

White with #A8018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8018E; }

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

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

background-color css

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

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

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

border-color css

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

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

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