Html Css Color HEX #A101A5 Dark Magenta

📋 copy color: '#A101A5'

red 161 ◦ green 1 ◦ blue 165

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

Shades of Dark Magenta #A101A5

Tints of Dark Magenta #A101A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 50.46%

R = 49.24%
G = 0.31%
B = 50.46%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A101A5 (or 0xA101A5) is known color: Dark Magenta. HEX triplet: A1, 01 and A5. RGB value is (161,1,165). Sum of RGB (Red+Green+Blue) = 161+1+165=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 165 (64.84% from 255 or 50.46% from 327); Max value from RGB is 165 - color contains mainly: blue. Hex color #A101A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A101A5 is #5EFE5A. Grayscale: #434343. Windows color (decimal): -6225499 or 10813857. OLE color: 10813857.

HSL color Cylindrical-coordinate representation of color #A101A5: hue angle of 298.54º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A101A5 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 1 165 -
CMYK 0.02 0.99 0 0.35
HSL 298.54º 0.99% 0.33% -
HSV(B) 298.54º 0.99% 0.65% -
XYZ 21.5 10.32 36.46 -
YUV 67.54 183.01 194.66 -
System Red Green Blue C M Y K H S L
Decimal 161 1 165 0.02 0.99 0 0.35 298.54 0.99 0.33
Hex A1 1 A5 2 63 0 23 12B 63 21
Octal 241 1 245 2 143 0 43 453 143 41
Binary 10100001 1 10100101 10 1100011 0 100011 100101011 1100011 100001

Color Harmonies of #A101A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A101A5

Black with #A101A5

Text Example


Text Example

White with #A101A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A101A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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