Html Css Color HEX #A013A2 Dark Magenta

📋 copy color: '#A013A2'

red 160 ◦ green 19 ◦ blue 162

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

Shades of Dark Magenta #A013A2

Tints of Dark Magenta #A013A2

RGB

 RED value IS 160 (62.89% from 255) = 46.92%

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

 BLUE value IS 162 (63.67% from 255) = 47.51%

R = 46.92%
G = 5.57%
B = 47.51%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A013A2 (or 0xA013A2) is known color: Dark Magenta. HEX triplet: A0, 13 and A2. RGB value is (160,19,162). Sum of RGB (Red+Green+Blue) = 160+19+162=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 162 - color contains mainly: blue. Hex color #A013A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A013A2 is #5FEC5D. Grayscale: #4D4D4D. Windows color (decimal): -6286430 or 10621856. OLE color: 10621856.

HSL color Cylindrical-coordinate representation of color #A013A2: hue angle of 299.16º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A013A2 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 19 162 -
CMYK 0.01 0.88 0 0.36
HSL 299.16º 0.79% 0.35% -
HSV(B) 299.16º 0.88% 0.64% -
XYZ 21.25 10.55 35.1 -
YUV 77.46 175.71 186.87 -
System Red Green Blue C M Y K H S L
Decimal 160 19 162 0.01 0.88 0 0.36 299.16 0.79 0.35
Hex A0 13 A2 1 58 0 24 12B 4F 23
Octal 240 23 242 1 130 0 44 453 117 43
Binary 10100000 10011 10100010 1 1011000 0 100100 100101011 1001111 100011

Color Harmonies of #A013A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A013A2

Black with #A013A2

Text Example


Text Example

White with #A013A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A013A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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