Html Css Color HEX #A501A1 Dark Magenta

📋 copy color: '#A501A1'

red 165 ◦ green 1 ◦ blue 161

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

Shades of Dark Magenta #A501A1

Tints of Dark Magenta #A501A1

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #A501A1: hue angle of 301.46º 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 #A501A1 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 1 161 -
CMYK 0 0.99 0.02 0.35
HSL 301.46º 0.99% 0.33% -
HSV(B) 301.46º 0.99% 0.65% -
XYZ 21.96 10.59 34.61 -
YUV 68.28 180.33 196.99 -
System Red Green Blue C M Y K H S L
Decimal 165 1 161 0 0.99 0.02 0.35 301.46 0.99 0.33
Hex A5 1 A1 0 63 2 23 12D 63 21
Octal 245 1 241 0 143 2 43 455 143 41
Binary 10100101 1 10100001 0 1100011 10 100011 100101101 1100011 100001

Color Harmonies of #A501A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A501A1

Black with #A501A1

Text Example


Text Example

White with #A501A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A501A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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