Html Css Color HEX #A317A3 Dark Magenta

📋 copy color: '#A317A3'

red 163 ◦ green 23 ◦ blue 163

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

Shades of Dark Magenta #A317A3

Tints of Dark Magenta #A317A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 46.7%

R = 46.7%
G = 6.59%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A317A3 (or 0xA317A3) is known color: Dark Magenta. HEX triplet: A3, 17 and A3. RGB value is (163,23,163). Sum of RGB (Red+Green+Blue) = 163+23+163=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 163 (64.06% from 255 or 46.70% from 349); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A317A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A317A3 is #5CE85C. Grayscale: #505050. Windows color (decimal): -6088797 or 10688419. OLE color: 10688419.

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

Color convert

RGB 163 23 163 -
CMYK 0 0.86 0 0.36
HSL 300º 0.75% 0.36% -
HSV(B) 300º 0.86% 0.64% -
XYZ 22.02 11.04 35.62 -
YUV 80.82 174.38 186.62 -
System Red Green Blue C M Y K H S L
Decimal 163 23 163 0 0.86 0 0.36 300 0.75 0.36
Hex A3 17 A3 0 56 0 24 12C 4B 24
Octal 243 27 243 0 126 0 44 454 113 44
Binary 10100011 10111 10100011 0 1010110 0 100100 100101100 1001011 100100

Color Harmonies of #A317A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A317A3

Black with #A317A3

Text Example


Text Example

White with #A317A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A317A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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