Html Css Color HEX #A010AC Dark Magenta

📋 copy color: '#A010AC'

red 160 ◦ green 16 ◦ blue 172

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

Shades of Dark Magenta #A010AC

Tints of Dark Magenta #A010AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.6%

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

R = 45.98%
G = 4.6%
B = 49.43%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A010AC (or 0xA010AC) is known color: Dark Magenta. HEX triplet: A0, 10 and AC. RGB value is (160,16,172). Sum of RGB (Red+Green+Blue) = 160+16+172=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #A010AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A010AC is #5FEF53. Grayscale: #4C4C4C. Windows color (decimal): -6287188 or 11276448. OLE color: 11276448.

HSL color Cylindrical-coordinate representation of color #A010AC: hue angle of 295.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A010AC is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 16 172 -
CMYK 0.07 0.91 0 0.33
HSL 295.38º 0.83% 0.37% -
HSV(B) 295.38º 0.91% 0.67% -
XYZ 22.13 10.82 39.95 -
YUV 76.84 181.71 187.32 -
System Red Green Blue C M Y K H S L
Decimal 160 16 172 0.07 0.91 0 0.33 295.38 0.83 0.37
Hex A0 10 AC 7 5B 0 21 127 53 25
Octal 240 20 254 7 133 0 41 447 123 45
Binary 10100000 10000 10101100 111 1011011 0 100001 100100111 1010011 100101

Color Harmonies of #A010AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A010AC

Black with #A010AC

Text Example


Text Example

White with #A010AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A010AC; }

 p { color: rgb(160,16,172); }

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

background-color css

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

 a { background-color: rgb(160,16,172); }

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

border-color css

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

 span { border-color: rgb(160,16,172); }

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