Html Css Color HEX #A2019A Dark Magenta

📋 copy color: '#A2019A'

red 162 ◦ green 1 ◦ blue 154

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

Shades of Dark Magenta #A2019A

Tints of Dark Magenta #A2019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.58%

R = 51.1%
G = 0.32%
B = 48.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A2019A (or 0xA2019A) is known color: Dark Magenta. HEX triplet: A2, 01 and 9A. RGB value is (162,1,154). Sum of RGB (Red+Green+Blue) = 162+1+154=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A2019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2019A is #5DFE65. Grayscale: #424242. Windows color (decimal): -6159974 or 10092962. OLE color: 10092962.

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

Color convert

RGB 162 1 154 -
CMYK 0 0.99 0.05 0.36
HSL 302.98º 0.99% 0.32% -
HSV(B) 302.98º 0.99% 0.64% -
XYZ 20.74 10.04 31.42 -
YUV 66.58 177.34 196.06 -
System Red Green Blue C M Y K H S L
Decimal 162 1 154 0 0.99 0.05 0.36 302.98 0.99 0.32
Hex A2 1 9A 0 63 5 24 12F 63 20
Octal 242 1 232 0 143 5 44 457 143 40
Binary 10100010 1 10011010 0 1100011 101 100100 100101111 1100011 100000

Color Harmonies of #A2019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2019A

Black with #A2019A

Text Example


Text Example

White with #A2019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2019A; }

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

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

background-color css

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

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

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

border-color css

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

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

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