Html Css Color HEX #A204A1 Dark Magenta

📋 copy color: '#A204A1'

red 162 ◦ green 4 ◦ blue 161

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

Shades of Dark Magenta #A204A1

Tints of Dark Magenta #A204A1

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

 BLUE value IS 161 (63.28% from 255) = 49.24%

R = 49.54%
G = 1.22%
B = 49.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A204A1 (or 0xA204A1) is known color: Dark Magenta. HEX triplet: A2, 04 and A1. RGB value is (162,4,161). Sum of RGB (Red+Green+Blue) = 162+4+161=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 161 (63.28% from 255 or 49.24% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A204A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A204A1 is #5DFB5E. Grayscale: #444444. Windows color (decimal): -6159199 or 10552482. OLE color: 10552482.

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

Color convert

RGB 162 4 161 -
CMYK 0 0.98 0.01 0.36
HSL 300.38º 0.95% 0.33% -
HSV(B) 300.38º 0.98% 0.64% -
XYZ 21.38 10.34 34.59 -
YUV 69.14 179.85 194.23 -
System Red Green Blue C M Y K H S L
Decimal 162 4 161 0 0.98 0.01 0.36 300.38 0.95 0.33
Hex A2 4 A1 0 62 1 24 12C 5F 21
Octal 242 4 241 0 142 1 44 454 137 41
Binary 10100010 100 10100001 0 1100010 1 100100 100101100 1011111 100001

Color Harmonies of #A204A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A204A1

Black with #A204A1

Text Example


Text Example

White with #A204A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A204A1; }

 p { color: rgb(162,4,161); }

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

background-color css

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

 a { background-color: rgb(162,4,161); }

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

border-color css

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

 span { border-color: rgb(162,4,161); }

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