Html Css Color HEX #A2028C Dark Magenta

📋 copy color: '#A2028C'

red 162 ◦ green 2 ◦ blue 140

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

Shades of Dark Magenta #A2028C

Tints of Dark Magenta #A2028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.05%

R = 53.29%
G = 0.66%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2028C (or 0xA2028C) is known color: Dark Magenta. HEX triplet: A2, 02 and 8C. RGB value is (162,2,140). Sum of RGB (Red+Green+Blue) = 162+2+140=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A2028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2028C is #5DFD73. Grayscale: #414141. Windows color (decimal): -6159732 or 9175714. OLE color: 9175714.

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

Color convert

RGB 162 2 140 -
CMYK 0 0.99 0.14 0.36
HSL 308.25º 0.98% 0.32% -
HSV(B) 308.25º 0.99% 0.64% -
XYZ 19.66 9.62 25.63 -
YUV 65.57 170.01 196.78 -
System Red Green Blue C M Y K H S L
Decimal 162 2 140 0 0.99 0.14 0.36 308.25 0.98 0.32
Hex A2 2 8C 0 63 E 24 134 62 20
Octal 242 2 214 0 143 16 44 464 142 40
Binary 10100010 10 10001100 0 1100011 1110 100100 100110100 1100010 100000

Color Harmonies of #A2028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2028C

Black with #A2028C

Text Example


Text Example

White with #A2028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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