Html Css Color HEX #A1099A Dark Magenta

📋 copy color: '#A1099A'

red 161 ◦ green 9 ◦ blue 154

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

Shades of Dark Magenta #A1099A

Tints of Dark Magenta #A1099A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.78%

 BLUE value IS 154 (60.55% from 255) = 47.53%

R = 49.69%
G = 2.78%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A1099A (or 0xA1099A) is known color: Dark Magenta. HEX triplet: A1, 09 and 9A. RGB value is (161,9,154). Sum of RGB (Red+Green+Blue) = 161+9+154=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1099A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1099A is #5EF665. Grayscale: #464646. Windows color (decimal): -6223462 or 10095009. OLE color: 10095009.

HSL color Cylindrical-coordinate representation of color #A1099A: hue angle of 302.76º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1099A is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 9 154 -
CMYK 0 0.94 0.04 0.37
HSL 302.76º 0.89% 0.33% -
HSV(B) 302.76º 0.94% 0.63% -
XYZ 20.63 10.11 31.44 -
YUV 70.98 174.86 192.21 -
System Red Green Blue C M Y K H S L
Decimal 161 9 154 0 0.94 0.04 0.37 302.76 0.89 0.33
Hex A1 9 9A 0 5E 4 25 12F 59 21
Octal 241 11 232 0 136 4 45 457 131 41
Binary 10100001 1001 10011010 0 1011110 100 100101 100101111 1011001 100001

Color Harmonies of #A1099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1099A

Black with #A1099A

Text Example


Text Example

White with #A1099A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1099A; }

 p { color: rgb(161,9,154); }

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

background-color css

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

 a { background-color: rgb(161,9,154); }

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

border-color css

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

 span { border-color: rgb(161,9,154); }

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