Html Css Color HEX #A2028B Dark Magenta

📋 copy color: '#A2028B'

red 162 ◦ green 2 ◦ blue 139

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

Shades of Dark Magenta #A2028B

Tints of Dark Magenta #A2028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.87%

R = 53.47%
G = 0.66%
B = 45.87%

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

#A2028B (or 0xA2028B) is known color: Dark Magenta. HEX triplet: A2, 02 and 8B. RGB value is (162,2,139). Sum of RGB (Red+Green+Blue) = 162+2+139=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A2028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2028B is #5DFD74. Grayscale: #414141. Windows color (decimal): -6159733 or 9110178. OLE color: 9110178.

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

Color convert

RGB 162 2 139 -
CMYK 0 0.99 0.14 0.36
HSL 308.63º 0.98% 0.32% -
HSV(B) 308.63º 0.99% 0.64% -
XYZ 19.58 9.59 25.24 -
YUV 65.46 169.51 196.86 -
System Red Green Blue C M Y K H S L
Decimal 162 2 139 0 0.99 0.14 0.36 308.63 0.98 0.32
Hex A2 2 8B 0 63 E 24 135 62 20
Octal 242 2 213 0 143 16 44 465 142 40
Binary 10100010 10 10001011 0 1100011 1110 100100 100110101 1100010 100000

Color Harmonies of #A2028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2028B

Black with #A2028B

Text Example


Text Example

White with #A2028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2028B; }

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

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

background-color css

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

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

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

border-color css

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

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

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