Html Css Color HEX #A2038A Dark Magenta

📋 copy color: '#A2038A'

red 162 ◦ green 3 ◦ blue 138

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

Shades of Dark Magenta #A2038A

Tints of Dark Magenta #A2038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

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

R = 53.47%
G = 0.99%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2038A (or 0xA2038A) is known color: Dark Magenta. HEX triplet: A2, 03 and 8A. RGB value is (162,3,138). Sum of RGB (Red+Green+Blue) = 162+3+138=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A2038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2038A is #5DFC75. Grayscale: #414141. Windows color (decimal): -6159478 or 9044898. OLE color: 9044898.

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

Color convert

RGB 162 3 138 -
CMYK 0 0.98 0.15 0.36
HSL 309.06º 0.96% 0.32% -
HSV(B) 309.06º 0.98% 0.64% -
XYZ 19.52 9.58 24.87 -
YUV 65.93 168.68 196.52 -
System Red Green Blue C M Y K H S L
Decimal 162 3 138 0 0.98 0.15 0.36 309.06 0.96 0.32
Hex A2 3 8A 0 62 F 24 135 60 20
Octal 242 3 212 0 142 17 44 465 140 40
Binary 10100010 11 10001010 0 1100010 1111 100100 100110101 1100000 100000

Color Harmonies of #A2038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2038A

Black with #A2038A

Text Example


Text Example

White with #A2038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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