Html Css Color HEX #A313AE Dark Magenta

📋 copy color: '#A313AE'

red 163 ◦ green 19 ◦ blue 174

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

Shades of Dark Magenta #A313AE

Tints of Dark Magenta #A313AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.34%

 BLUE value IS 174 (68.36% from 255) = 48.88%

R = 45.79%
G = 5.34%
B = 48.88%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A313AE (or 0xA313AE) is known color: Dark Magenta. HEX triplet: A3, 13 and AE. RGB value is (163,19,174). Sum of RGB (Red+Green+Blue) = 163+19+174=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #A313AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A313AE is #5CEC51. Grayscale: #4F4F4F. Windows color (decimal): -6089810 or 11408291. OLE color: 11408291.

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

Color convert

RGB 163 19 174 -
CMYK 0.06 0.89 0 0.32
HSL 295.74º 0.8% 0.38% -
HSV(B) 295.74º 0.89% 0.68% -
XYZ 22.98 11.31 41.02 -
YUV 79.73 181.21 187.4 -
System Red Green Blue C M Y K H S L
Decimal 163 19 174 0.06 0.89 0 0.32 295.74 0.8 0.38
Hex A3 13 AE 6 59 0 20 128 50 26
Octal 243 23 256 6 131 0 40 450 120 46
Binary 10100011 10011 10101110 110 1011001 0 100000 100101000 1010000 100110

Color Harmonies of #A313AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A313AE

Black with #A313AE

Text Example


Text Example

White with #A313AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A313AE; }

 p { color: rgb(163,19,174); }

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

background-color css

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

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

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

border-color css

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

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

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