Html Css Color HEX #A2018F Dark Magenta

📋 copy color: '#A2018F'

red 162 ◦ green 1 ◦ blue 143

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

Shades of Dark Magenta #A2018F

Tints of Dark Magenta #A2018F

RGB

 RED value IS 162 (63.67% from 255) = 52.94%

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

 BLUE value IS 143 (56.25% from 255) = 46.73%

R = 52.94%
G = 0.33%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2018F (or 0xA2018F) is known color: Dark Magenta. HEX triplet: A2, 01 and 8F. RGB value is (162,1,143). Sum of RGB (Red+Green+Blue) = 162+1+143=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A2018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2018F is #5DFE70. Grayscale: #404040. Windows color (decimal): -6159985 or 9372066. OLE color: 9372066.

HSL color Cylindrical-coordinate representation of color #A2018F: hue angle of 307.08º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2018F is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 1 143 -
CMYK 0 0.99 0.12 0.36
HSL 307.08º 0.99% 0.32% -
HSV(B) 307.08º 0.99% 0.64% -
XYZ 19.87 9.69 26.81 -
YUV 65.33 171.84 196.95 -
System Red Green Blue C M Y K H S L
Decimal 162 1 143 0 0.99 0.12 0.36 307.08 0.99 0.32
Hex A2 1 8F 0 63 C 24 133 63 20
Octal 242 1 217 0 143 14 44 463 143 40
Binary 10100010 1 10001111 0 1100011 1100 100100 100110011 1100011 100000

Color Harmonies of #A2018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2018F

Black with #A2018F

Text Example


Text Example

White with #A2018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2018F; }

 p { color: rgb(162,1,143); }

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

background-color css

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

 a { background-color: rgb(162,1,143); }

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

border-color css

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

 span { border-color: rgb(162,1,143); }

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