Html Css Color HEX #A216A0 Dark Magenta

📋 copy color: '#A216A0'

red 162 ◦ green 22 ◦ blue 160

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

Shades of Dark Magenta #A216A0

Tints of Dark Magenta #A216A0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.4%

 BLUE value IS 160 (62.89% from 255) = 46.51%

R = 47.09%
G = 6.4%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A216A0 (or 0xA216A0) is known color: Dark Magenta. HEX triplet: A2, 16 and A0. RGB value is (162,22,160). Sum of RGB (Red+Green+Blue) = 162+22+160=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A216A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A216A0 is #5DE95F. Grayscale: #4F4F4F. Windows color (decimal): -6154592 or 10491554. OLE color: 10491554.

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

Color convert

RGB 162 22 160 -
CMYK 0 0.86 0.01 0.36
HSL 300.86º 0.76% 0.36% -
HSV(B) 300.86º 0.86% 0.64% -
XYZ 21.53 10.79 34.21 -
YUV 79.59 173.38 186.78 -
System Red Green Blue C M Y K H S L
Decimal 162 22 160 0 0.86 0.01 0.36 300.86 0.76 0.36
Hex A2 16 A0 0 56 1 24 12D 4C 24
Octal 242 26 240 0 126 1 44 455 114 44
Binary 10100010 10110 10100000 0 1010110 1 100100 100101101 1001100 100100

Color Harmonies of #A216A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A216A0

Black with #A216A0

Text Example


Text Example

White with #A216A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A216A0; }

 p { color: rgb(162,22,160); }

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

background-color css

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

 a { background-color: rgb(162,22,160); }

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

border-color css

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

 span { border-color: rgb(162,22,160); }

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