Html Css Color HEX #A001AA Dark Magenta

📋 copy color: '#A001AA'

red 160 ◦ green 1 ◦ blue 170

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

Shades of Dark Magenta #A001AA

Tints of Dark Magenta #A001AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 48.34%
G = 0.3%
B = 51.36%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A001AA (or 0xA001AA) is known color: Dark Magenta. HEX triplet: A0, 01 and AA. RGB value is (160,1,170). Sum of RGB (Red+Green+Blue) = 160+1+170=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #A001AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A001AA is #5FFE55. Grayscale: #434343. Windows color (decimal): -6291030 or 11141536. OLE color: 11141536.

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

Color convert

RGB 160 1 170 -
CMYK 0.06 0.99 0 0.33
HSL 296.45º 0.99% 0.34% -
HSV(B) 296.45º 0.99% 0.67% -
XYZ 21.76 10.4 38.89 -
YUV 67.81 185.68 193.76 -
System Red Green Blue C M Y K H S L
Decimal 160 1 170 0.06 0.99 0 0.33 296.45 0.99 0.34
Hex A0 1 AA 6 63 0 21 128 63 22
Octal 240 1 252 6 143 0 41 450 143 42
Binary 10100000 1 10101010 110 1100011 0 100001 100101000 1100011 100010

Color Harmonies of #A001AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A001AA

Black with #A001AA

Text Example


Text Example

White with #A001AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A001AA; }

 p { color: rgb(160,1,170); }

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

background-color css

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

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

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

border-color css

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

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

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