Html Css Color HEX #A401A5 Dark Magenta

📋 copy color: '#A401A5'

red 164 ◦ green 1 ◦ blue 165

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

Shades of Dark Magenta #A401A5

Tints of Dark Magenta #A401A5

RGB

 RED value IS 164 (64.45% from 255) = 49.7%

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

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

R = 49.7%
G = 0.3%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A401A5 (or 0xA401A5) is known color: Dark Magenta. HEX triplet: A4, 01 and A5. RGB value is (164,1,165). Sum of RGB (Red+Green+Blue) = 164+1+165=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 165 (64.84% from 255 or 50% from 330); Max value from RGB is 165 - color contains mainly: blue. Hex color #A401A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A401A5 is #5BFE5A. Grayscale: #434343. Windows color (decimal): -6028891 or 10813860. OLE color: 10813860.

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

Color convert

RGB 164 1 165 -
CMYK 0.01 0.99 0 0.35
HSL 299.63º 0.99% 0.33% -
HSV(B) 299.63º 0.99% 0.65% -
XYZ 22.11 10.63 36.48 -
YUV 68.43 182.5 196.16 -
System Red Green Blue C M Y K H S L
Decimal 164 1 165 0.01 0.99 0 0.35 299.63 0.99 0.33
Hex A4 1 A5 1 63 0 23 12C 63 21
Octal 244 1 245 1 143 0 43 454 143 41
Binary 10100100 1 10100101 1 1100011 0 100011 100101100 1100011 100001

Color Harmonies of #A401A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A401A5

Black with #A401A5

Text Example


Text Example

White with #A401A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A401A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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