Html Css Color HEX #A213AC Dark Magenta

📋 copy color: '#A213AC'

red 162 ◦ green 19 ◦ blue 172

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

Shades of Dark Magenta #A213AC

Tints of Dark Magenta #A213AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 45.89%
G = 5.38%
B = 48.73%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A213AC (or 0xA213AC) is known color: Dark Magenta. HEX triplet: A2, 13 and AC. RGB value is (162,19,172). Sum of RGB (Red+Green+Blue) = 162+19+172=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #A213AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A213AC is #5DEC53. Grayscale: #4E4E4E. Windows color (decimal): -6155348 or 11277218. OLE color: 11277218.

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

Color convert

RGB 162 19 172 -
CMYK 0.06 0.89 0 0.33
HSL 296.08º 0.8% 0.37% -
HSV(B) 296.08º 0.89% 0.67% -
XYZ 22.58 11.13 39.99 -
YUV 79.2 180.38 187.06 -
System Red Green Blue C M Y K H S L
Decimal 162 19 172 0.06 0.89 0 0.33 296.08 0.8 0.37
Hex A2 13 AC 6 59 0 21 128 50 25
Octal 242 23 254 6 131 0 41 450 120 45
Binary 10100010 10011 10101100 110 1011001 0 100001 100101000 1010000 100101

Color Harmonies of #A213AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A213AC

Black with #A213AC

Text Example


Text Example

White with #A213AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A213AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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