Html Css Color HEX #A01AA0 Dark Magenta

📋 copy color: '#A01AA0'

red 160 ◦ green 26 ◦ blue 160

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

Shades of Dark Magenta #A01AA0

Tints of Dark Magenta #A01AA0

RGB

 RED value IS 160 (62.89% from 255) = 46.24%

 GREEN value IS 26 (10.55% from 255) = 7.51%

 BLUE value IS 160 (62.89% from 255) = 46.24%

R = 46.24%
G = 7.51%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A01AA0 (or 0xA01AA0) is known color: Dark Magenta. HEX triplet: A0, 1A and A0. RGB value is (160,26,160). Sum of RGB (Red+Green+Blue) = 160+26+160=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 160 (62.89% from 255 or 46.24% from 346); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A01AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01AA0 is #5FE55F. Grayscale: #505050. Windows color (decimal): -6284640 or 10492576. OLE color: 10492576.

HSL color Cylindrical-coordinate representation of color #A01AA0: hue angle of 300º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01AA0 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 26 160 -
CMYK 0 0.84 0 0.37
HSL 300º 0.72% 0.36% -
HSV(B) 300º 0.84% 0.63% -
XYZ 21.21 10.75 34.21 -
YUV 81.34 172.39 184.1 -
System Red Green Blue C M Y K H S L
Decimal 160 26 160 0 0.84 0 0.37 300 0.72 0.36
Hex A0 1A A0 0 54 0 25 12C 48 24
Octal 240 32 240 0 124 0 45 454 110 44
Binary 10100000 11010 10100000 0 1010100 0 100101 100101100 1001000 100100

Color Harmonies of #A01AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01AA0

Black with #A01AA0

Text Example


Text Example

White with #A01AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01AA0; }

 p { color: rgb(160,26,160); }

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

background-color css

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

 a { background-color: rgb(160,26,160); }

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

border-color css

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

 span { border-color: rgb(160,26,160); }

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