Html Css Color HEX #A101AE Dark Magenta

📋 copy color: '#A101AE'

red 161 ◦ green 1 ◦ blue 174

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

Shades of Dark Magenta #A101AE

Tints of Dark Magenta #A101AE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 47.92%
G = 0.3%
B = 51.79%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A101AE (or 0xA101AE) is known color: Dark Magenta. HEX triplet: A1, 01 and AE. RGB value is (161,1,174). Sum of RGB (Red+Green+Blue) = 161+1+174=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #A101AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A101AE is #5EFE51. Grayscale: #444444. Windows color (decimal): -6225490 or 11403681. OLE color: 11403681.

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

Color convert

RGB 161 1 174 -
CMYK 0.07 0.99 0 0.32
HSL 295.49º 0.99% 0.34% -
HSV(B) 295.49º 0.99% 0.68% -
XYZ 22.35 10.65 40.92 -
YUV 68.56 187.51 193.93 -
System Red Green Blue C M Y K H S L
Decimal 161 1 174 0.07 0.99 0 0.32 295.49 0.99 0.34
Hex A1 1 AE 7 63 0 20 127 63 22
Octal 241 1 256 7 143 0 40 447 143 42
Binary 10100001 1 10101110 111 1100011 0 100000 100100111 1100011 100010

Color Harmonies of #A101AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A101AE

Black with #A101AE

Text Example


Text Example

White with #A101AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A101AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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