Html Css Color HEX #A213AD Dark Magenta

📋 copy color: '#A213AD'

red 162 ◦ green 19 ◦ blue 173

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

Shades of Dark Magenta #A213AD

Tints of Dark Magenta #A213AD

RGB

 RED value IS 162 (63.67% from 255) = 45.76%

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

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

R = 45.76%
G = 5.37%
B = 48.87%

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

#A213AD (or 0xA213AD) is known color: Dark Magenta. HEX triplet: A2, 13 and AD. RGB value is (162,19,173). Sum of RGB (Red+Green+Blue) = 162+19+173=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #A213AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A213AD is #5DEC52. Grayscale: #4E4E4E. Windows color (decimal): -6155347 or 11342754. OLE color: 11342754.

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

Color convert

RGB 162 19 173 -
CMYK 0.06 0.89 0 0.32
HSL 295.71º 0.8% 0.38% -
HSV(B) 295.71º 0.89% 0.68% -
XYZ 22.68 11.16 40.49 -
YUV 79.31 180.88 186.98 -
System Red Green Blue C M Y K H S L
Decimal 162 19 173 0.06 0.89 0 0.32 295.71 0.8 0.38
Hex A2 13 AD 6 59 0 20 128 50 26
Octal 242 23 255 6 131 0 40 450 120 46
Binary 10100010 10011 10101101 110 1011001 0 100000 100101000 1010000 100110

Color Harmonies of #A213AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A213AD

Black with #A213AD

Text Example


Text Example

White with #A213AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A213AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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