Html Css Color HEX #A315A1 Dark Magenta

📋 copy color: '#A315A1'

red 163 ◦ green 21 ◦ blue 161

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

Shades of Dark Magenta #A315A1

Tints of Dark Magenta #A315A1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.09%

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

R = 47.25%
G = 6.09%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A315A1 (or 0xA315A1) is known color: Dark Magenta. HEX triplet: A3, 15 and A1. RGB value is (163,21,161). Sum of RGB (Red+Green+Blue) = 163+21+161=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 161 (63.28% from 255 or 46.67% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A315A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A315A1 is #5CEA5E. Grayscale: #4F4F4F. Windows color (decimal): -6089311 or 10556835. OLE color: 10556835.

HSL color Cylindrical-coordinate representation of color #A315A1: hue angle of 300.85º degrees, saturation: 0.77, 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 #A315A1 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 21 161 -
CMYK 0 0.87 0.01 0.36
HSL 300.85º 0.77% 0.36% -
HSV(B) 300.85º 0.87% 0.64% -
XYZ 21.81 10.9 34.67 -
YUV 79.42 174.04 187.62 -
System Red Green Blue C M Y K H S L
Decimal 163 21 161 0 0.87 0.01 0.36 300.85 0.77 0.36
Hex A3 15 A1 0 57 1 24 12D 4D 24
Octal 243 25 241 0 127 1 44 455 115 44
Binary 10100011 10101 10100001 0 1010111 1 100100 100101101 1001101 100100

Color Harmonies of #A315A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A315A1

Black with #A315A1

Text Example


Text Example

White with #A315A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A315A1; }

 p { color: rgb(163,21,161); }

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

background-color css

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

 a { background-color: rgb(163,21,161); }

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

border-color css

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

 span { border-color: rgb(163,21,161); }

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