Html Css Color HEX #A317AD Dark Magenta

📋 copy color: '#A317AD'

red 163 ◦ green 23 ◦ blue 173

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

Shades of Dark Magenta #A317AD

Tints of Dark Magenta #A317AD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.41%

 BLUE value IS 173 (67.97% from 255) = 48.19%

R = 45.4%
G = 6.41%
B = 48.19%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A317AD (or 0xA317AD) is known color: Dark Magenta. HEX triplet: A3, 17 and AD. RGB value is (163,23,173). Sum of RGB (Red+Green+Blue) = 163+23+173=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #A317AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A317AD is #5CE852. Grayscale: #515151. Windows color (decimal): -6088787 or 11343779. OLE color: 11343779.

HSL color Cylindrical-coordinate representation of color #A317AD: hue angle of 296º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A317AD is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 23 173 -
CMYK 0.06 0.87 0 0.32
HSL 296º 0.77% 0.38% -
HSV(B) 296º 0.87% 0.68% -
XYZ 22.95 11.42 40.53 -
YUV 81.96 179.38 185.8 -
System Red Green Blue C M Y K H S L
Decimal 163 23 173 0.06 0.87 0 0.32 296 0.77 0.38
Hex A3 17 AD 6 57 0 20 128 4D 26
Octal 243 27 255 6 127 0 40 450 115 46
Binary 10100011 10111 10101101 110 1010111 0 100000 100101000 1001101 100110

Color Harmonies of #A317AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A317AD

Black with #A317AD

Text Example


Text Example

White with #A317AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A317AD; }

 p { color: rgb(163,23,173); }

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

background-color css

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

 a { background-color: rgb(163,23,173); }

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

border-color css

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

 span { border-color: rgb(163,23,173); }

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