Html Css Color HEX #A313AA Dark Magenta

📋 copy color: '#A313AA'

red 163 ◦ green 19 ◦ blue 170

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

Shades of Dark Magenta #A313AA

Tints of Dark Magenta #A313AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.3%

R = 46.31%
G = 5.4%
B = 48.3%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A313AA (or 0xA313AA) is known color: Dark Magenta. HEX triplet: A3, 13 and AA. RGB value is (163,19,170). Sum of RGB (Red+Green+Blue) = 163+19+170=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #A313AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A313AA is #5CEC55. Grayscale: #4E4E4E. Windows color (decimal): -6089814 or 11146147. OLE color: 11146147.

HSL color Cylindrical-coordinate representation of color #A313AA: hue angle of 297.22º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A313AA is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 19 170 -
CMYK 0.04 0.89 0 0.33
HSL 297.22º 0.8% 0.37% -
HSV(B) 297.22º 0.89% 0.67% -
XYZ 22.59 11.15 38.99 -
YUV 79.27 179.21 187.72 -
System Red Green Blue C M Y K H S L
Decimal 163 19 170 0.04 0.89 0 0.33 297.22 0.8 0.37
Hex A3 13 AA 4 59 0 21 129 50 25
Octal 243 23 252 4 131 0 41 451 120 45
Binary 10100011 10011 10101010 100 1011001 0 100001 100101001 1010000 100101

Color Harmonies of #A313AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A313AA

Black with #A313AA

Text Example


Text Example

White with #A313AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A313AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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