Html Css Color HEX #A813AE Dark Magenta

📋 copy color: '#A813AE'

red 168 ◦ green 19 ◦ blue 174

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

Shades of Dark Magenta #A813AE

Tints of Dark Magenta #A813AE

RGB

 RED value IS 168 (66.02% from 255) = 46.54%

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

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

R = 46.54%
G = 5.26%
B = 48.2%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A813AE (or 0xA813AE) is known color: Dark Magenta. HEX triplet: A8, 13 and AE. RGB value is (168,19,174). Sum of RGB (Red+Green+Blue) = 168+19+174=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #A813AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A813AE is #57EC51. Grayscale: #505050. Windows color (decimal): -5762130 or 11408296. OLE color: 11408296.

HSL color Cylindrical-coordinate representation of color #A813AE: hue angle of 297.68º 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 #A813AE is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 19 174 -
CMYK 0.03 0.89 0 0.32
HSL 297.68º 0.8% 0.38% -
HSV(B) 297.68º 0.89% 0.68% -
XYZ 24.02 11.85 41.06 -
YUV 81.22 180.36 189.9 -
System Red Green Blue C M Y K H S L
Decimal 168 19 174 0.03 0.89 0 0.32 297.68 0.8 0.38
Hex A8 13 AE 3 59 0 20 12A 50 26
Octal 250 23 256 3 131 0 40 452 120 46
Binary 10101000 10011 10101110 11 1011001 0 100000 100101010 1010000 100110

Color Harmonies of #A813AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A813AE

Black with #A813AE

Text Example


Text Example

White with #A813AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A813AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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