Html Css Color HEX #A10AAE Dark Magenta

📋 copy color: '#A10AAE'

red 161 ◦ green 10 ◦ blue 174

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

Shades of Dark Magenta #A10AAE

Tints of Dark Magenta #A10AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.9%

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

R = 46.67%
G = 2.9%
B = 50.43%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A10AAE (or 0xA10AAE) is known color: Dark Magenta. HEX triplet: A1, 0A and AE. RGB value is (161,10,174). Sum of RGB (Red+Green+Blue) = 161+10+174=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #A10AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10AAE is #5EF551. Grayscale: #494949. Windows color (decimal): -6223186 or 11405985. OLE color: 11405985.

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

Color convert

RGB 161 10 174 -
CMYK 0.07 0.94 0 0.32
HSL 295.24º 0.89% 0.36% -
HSV(B) 295.24º 0.94% 0.68% -
XYZ 22.45 10.85 40.96 -
YUV 73.85 184.53 190.16 -
System Red Green Blue C M Y K H S L
Decimal 161 10 174 0.07 0.94 0 0.32 295.24 0.89 0.36
Hex A1 A AE 7 5E 0 20 127 59 24
Octal 241 12 256 7 136 0 40 447 131 44
Binary 10100001 1010 10101110 111 1011110 0 100000 100100111 1011001 100100

Color Harmonies of #A10AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10AAE

Black with #A10AAE

Text Example


Text Example

White with #A10AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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