Html Css Color HEX #A2028A Dark Magenta

📋 copy color: '#A2028A'

red 162 ◦ green 2 ◦ blue 138

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

Shades of Dark Magenta #A2028A

Tints of Dark Magenta #A2028A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 138 (54.3% from 255) = 45.7%

R = 53.64%
G = 0.66%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2028A (or 0xA2028A) is known color: Dark Magenta. HEX triplet: A2, 02 and 8A. RGB value is (162,2,138). Sum of RGB (Red+Green+Blue) = 162+2+138=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A2028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2028A is #5DFD75. Grayscale: #404040. Windows color (decimal): -6159734 or 9044642. OLE color: 9044642.

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

Color convert

RGB 162 2 138 -
CMYK 0 0.99 0.15 0.36
HSL 309º 0.98% 0.32% -
HSV(B) 309º 0.99% 0.64% -
XYZ 19.51 9.56 24.86 -
YUV 65.34 169.01 196.94 -
System Red Green Blue C M Y K H S L
Decimal 162 2 138 0 0.99 0.15 0.36 309 0.98 0.32
Hex A2 2 8A 0 63 F 24 135 62 20
Octal 242 2 212 0 143 17 44 465 142 40
Binary 10100010 10 10001010 0 1100011 1111 100100 100110101 1100010 100000

Color Harmonies of #A2028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2028A

Black with #A2028A

Text Example


Text Example

White with #A2028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2028A; }

 p { color: rgb(162,2,138); }

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

background-color css

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

 a { background-color: rgb(162,2,138); }

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

border-color css

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

 span { border-color: rgb(162,2,138); }

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