Html Css Color HEX #A100A0 Dark Magenta

📋 copy color: '#A100A0'

red 161 ◦ green 0 ◦ blue 160

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

Shades of Dark Magenta #A100A0

Tints of Dark Magenta #A100A0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.16%
G = 0%
B = 49.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A100A0 (or 0xA100A0) is known color: Dark Magenta. HEX triplet: A1, 00 and A0. RGB value is (161,0,160). Sum of RGB (Red+Green+Blue) = 161+0+160=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 160 (62.89% from 255 or 49.84% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A100A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A100A0 is #5EFF5F. Grayscale: #414141. Windows color (decimal): -6225760 or 10485921. OLE color: 10485921.

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

Color convert

RGB 161 0 160 -
CMYK 0 1 0.01 0.37
HSL 300.37º 1% 0.32% -
HSV(B) 300.37º 1% 0.63% -
XYZ 21.04 10.12 34.1 -
YUV 66.38 180.84 195.49 -
System Red Green Blue C M Y K H S L
Decimal 161 0 160 0 1 0.01 0.37 300.37 1 0.32
Hex A1 0 A0 0 64 1 25 12C 64 20
Octal 241 0 240 0 144 1 45 454 144 40
Binary 10100001 0 10100000 0 1100100 1 100101 100101100 1100100 100000

Color Harmonies of #A100A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A100A0

Black with #A100A0

Text Example


Text Example

White with #A100A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A100A0; }

 p { color: rgb(161,0,160); }

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

background-color css

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

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

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

border-color css

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

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

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