Html Css Color HEX #A813AD Dark Magenta

📋 copy color: '#A813AD'

red 168 ◦ green 19 ◦ blue 173

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

Shades of Dark Magenta #A813AD

Tints of Dark Magenta #A813AD

RGB

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

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

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

R = 46.67%
G = 5.28%
B = 48.06%

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

#A813AD (or 0xA813AD) is known color: Dark Magenta. HEX triplet: A8, 13 and AD. RGB value is (168,19,173). Sum of RGB (Red+Green+Blue) = 168+19+173=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #A813AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A813AD is #57EC52. Grayscale: #505050. Windows color (decimal): -5762131 or 11342760. OLE color: 11342760.

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

Color convert

RGB 168 19 173 -
CMYK 0.03 0.89 0 0.32
HSL 298.05º 0.8% 0.38% -
HSV(B) 298.05º 0.89% 0.68% -
XYZ 23.92 11.81 40.55 -
YUV 81.11 179.86 189.98 -
System Red Green Blue C M Y K H S L
Decimal 168 19 173 0.03 0.89 0 0.32 298.05 0.8 0.38
Hex A8 13 AD 3 59 0 20 12A 50 26
Octal 250 23 255 3 131 0 40 452 120 46
Binary 10101000 10011 10101101 11 1011001 0 100000 100101010 1010000 100110

Color Harmonies of #A813AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A813AD

Black with #A813AD

Text Example


Text Example

White with #A813AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A813AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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