Html Css Color HEX #A1089B Dark Magenta

📋 copy color: '#A1089B'

red 161 ◦ green 8 ◦ blue 155

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

Shades of Dark Magenta #A1089B

Tints of Dark Magenta #A1089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.47%

 BLUE value IS 155 (60.94% from 255) = 47.84%

R = 49.69%
G = 2.47%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A1089B (or 0xA1089B) is known color: Dark Magenta. HEX triplet: A1, 08 and 9B. RGB value is (161,8,155). Sum of RGB (Red+Green+Blue) = 161+8+155=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1089B is #5EF764. Grayscale: #464646. Windows color (decimal): -6223717 or 10160289. OLE color: 10160289.

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

Color convert

RGB 161 8 155 -
CMYK 0 0.95 0.04 0.37
HSL 302.35º 0.91% 0.33% -
HSV(B) 302.35º 0.95% 0.63% -
XYZ 20.7 10.12 31.87 -
YUV 70.51 175.69 192.55 -
System Red Green Blue C M Y K H S L
Decimal 161 8 155 0 0.95 0.04 0.37 302.35 0.91 0.33
Hex A1 8 9B 0 5F 4 25 12E 5B 21
Octal 241 10 233 0 137 4 45 456 133 41
Binary 10100001 1000 10011011 0 1011111 100 100101 100101110 1011011 100001

Color Harmonies of #A1089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1089B

Black with #A1089B

Text Example


Text Example

White with #A1089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1089B; }

 p { color: rgb(161,8,155); }

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

background-color css

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

 a { background-color: rgb(161,8,155); }

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

border-color css

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

 span { border-color: rgb(161,8,155); }

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