Html Css Color HEX #A316A0 Dark Magenta

📋 copy color: '#A316A0'

red 163 ◦ green 22 ◦ blue 160

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

Shades of Dark Magenta #A316A0

Tints of Dark Magenta #A316A0

RGB

 RED value IS 163 (64.06% from 255) = 47.25%

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

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

R = 47.25%
G = 6.38%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A316A0 (or 0xA316A0) is known color: Dark Magenta. HEX triplet: A3, 16 and A0. RGB value is (163,22,160). Sum of RGB (Red+Green+Blue) = 163+22+160=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A316A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A316A0 is #5CE95F. Grayscale: #4F4F4F. Windows color (decimal): -6089056 or 10491555. OLE color: 10491555.

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

Color convert

RGB 163 22 160 -
CMYK 0 0.87 0.02 0.36
HSL 301.28º 0.76% 0.36% -
HSV(B) 301.28º 0.87% 0.64% -
XYZ 21.74 10.9 34.22 -
YUV 79.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 163 22 160 0 0.87 0.02 0.36 301.28 0.76 0.36
Hex A3 16 A0 0 57 2 24 12D 4C 24
Octal 243 26 240 0 127 2 44 455 114 44
Binary 10100011 10110 10100000 0 1010111 10 100100 100101101 1001100 100100

Color Harmonies of #A316A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A316A0

Black with #A316A0

Text Example


Text Example

White with #A316A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A316A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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