Html Css Color HEX #A10DAC Dark Magenta

📋 copy color: '#A10DAC'

red 161 ◦ green 13 ◦ blue 172

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

Shades of Dark Magenta #A10DAC

Tints of Dark Magenta #A10DAC

RGB

 RED value IS 161 (63.28% from 255) = 46.53%

 GREEN value IS 13 (5.47% from 255) = 3.76%

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

R = 46.53%
G = 3.76%
B = 49.71%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A10DAC (or 0xA10DAC) is known color: Dark Magenta. HEX triplet: A1, 0D and AC. RGB value is (161,13,172). Sum of RGB (Red+Green+Blue) = 161+13+172=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #A10DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10DAC is #5EF253. Grayscale: #4A4A4A. Windows color (decimal): -6222420 or 11275681. OLE color: 11275681.

HSL color Cylindrical-coordinate representation of color #A10DAC: hue angle of 295.85º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A10DAC is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 13 172 -
CMYK 0.06 0.92 0 0.33
HSL 295.85º 0.86% 0.36% -
HSV(B) 295.85º 0.92% 0.67% -
XYZ 22.29 10.84 39.95 -
YUV 75.38 182.53 189.07 -
System Red Green Blue C M Y K H S L
Decimal 161 13 172 0.06 0.92 0 0.33 295.85 0.86 0.36
Hex A1 D AC 6 5C 0 21 128 56 24
Octal 241 15 254 6 134 0 41 450 126 44
Binary 10100001 1101 10101100 110 1011100 0 100001 100101000 1010110 100100

Color Harmonies of #A10DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10DAC

Black with #A10DAC

Text Example


Text Example

White with #A10DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10DAC; }

 p { color: rgb(161,13,172); }

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

background-color css

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

 a { background-color: rgb(161,13,172); }

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

border-color css

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

 span { border-color: rgb(161,13,172); }

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