Html Css Color HEX #A10DAE Dark Magenta

📋 copy color: '#A10DAE'

red 161 ◦ green 13 ◦ blue 174

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

Shades of Dark Magenta #A10DAE

Tints of Dark Magenta #A10DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50%

R = 46.26%
G = 3.74%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A10DAE (or 0xA10DAE) is known color: Dark Magenta. HEX triplet: A1, 0D and AE. RGB value is (161,13,174). Sum of RGB (Red+Green+Blue) = 161+13+174=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #A10DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10DAE is #5EF251. Grayscale: #4B4B4B. Windows color (decimal): -6222418 or 11406753. OLE color: 11406753.

HSL color Cylindrical-coordinate representation of color #A10DAE: hue angle of 295.16º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10DAE is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 13 174 -
CMYK 0.07 0.93 0 0.32
HSL 295.16º 0.86% 0.37% -
HSV(B) 295.16º 0.93% 0.68% -
XYZ 22.48 10.92 40.97 -
YUV 75.61 183.53 188.91 -
System Red Green Blue C M Y K H S L
Decimal 161 13 174 0.07 0.93 0 0.32 295.16 0.86 0.37
Hex A1 D AE 7 5D 0 20 127 56 25
Octal 241 15 256 7 135 0 40 447 126 45
Binary 10100001 1101 10101110 111 1011101 0 100000 100100111 1010110 100101

Color Harmonies of #A10DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10DAE

Black with #A10DAE

Text Example


Text Example

White with #A10DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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