Html Css Color HEX #A011A3 Dark Magenta

📋 copy color: '#A011A3'

red 160 ◦ green 17 ◦ blue 163

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

Shades of Dark Magenta #A011A3

Tints of Dark Magenta #A011A3

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5%

 BLUE value IS 163 (64.06% from 255) = 47.94%

R = 47.06%
G = 5%
B = 47.94%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A011A3 (or 0xA011A3) is known color: Dark Magenta. HEX triplet: A0, 11 and A3. RGB value is (160,17,163). Sum of RGB (Red+Green+Blue) = 160+17+163=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 163 (64.06% from 255 or 47.94% from 340); Max value from RGB is 163 - color contains mainly: blue. Hex color #A011A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A011A3 is #5FEE5C. Grayscale: #4B4B4B. Windows color (decimal): -6286941 or 10686880. OLE color: 10686880.

HSL color Cylindrical-coordinate representation of color #A011A3: hue angle of 298.77º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A011A3 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 17 163 -
CMYK 0.02 0.90 0 0.36
HSL 298.77º 0.81% 0.35% -
HSV(B) 298.77º 0.9% 0.64% -
XYZ 21.31 10.52 35.56 -
YUV 76.4 176.88 187.63 -
System Red Green Blue C M Y K H S L
Decimal 160 17 163 0.02 0.90 0 0.36 298.77 0.81 0.35
Hex A0 11 A3 2 5A 0 24 12B 51 23
Octal 240 21 243 2 132 0 44 453 121 43
Binary 10100000 10001 10100011 10 1011010 0 100100 100101011 1010001 100011

Color Harmonies of #A011A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A011A3

Black with #A011A3

Text Example


Text Example

White with #A011A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A011A3; }

 p { color: rgb(160,17,163); }

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

background-color css

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

 a { background-color: rgb(160,17,163); }

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

border-color css

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

 span { border-color: rgb(160,17,163); }

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