Html Css Color HEX #A10DA2 Dark Magenta

📋 copy color: '#A10DA2'

red 161 ◦ green 13 ◦ blue 162

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

Shades of Dark Magenta #A10DA2

Tints of Dark Magenta #A10DA2

RGB

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

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

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

R = 47.92%
G = 3.87%
B = 48.21%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A10DA2 (or 0xA10DA2) is known color: Dark Magenta. HEX triplet: A1, 0D and A2. RGB value is (161,13,162). Sum of RGB (Red+Green+Blue) = 161+13+162=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 162 - color contains mainly: blue. Hex color #A10DA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10DA2 is #5EF25D. Grayscale: #494949. Windows color (decimal): -6222430 or 10620321. OLE color: 10620321.

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

Color convert

RGB 161 13 162 -
CMYK 0.01 0.92 0 0.36
HSL 299.6º 0.85% 0.34% -
HSV(B) 299.6º 0.92% 0.64% -
XYZ 21.36 10.47 35.08 -
YUV 74.24 177.53 189.88 -
System Red Green Blue C M Y K H S L
Decimal 161 13 162 0.01 0.92 0 0.36 299.6 0.85 0.34
Hex A1 D A2 1 5C 0 24 12C 55 22
Octal 241 15 242 1 134 0 44 454 125 42
Binary 10100001 1101 10100010 1 1011100 0 100100 100101100 1010101 100010

Color Harmonies of #A10DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10DA2

Black with #A10DA2

Text Example


Text Example

White with #A10DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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