Html Css Color HEX #A1088D Dark Magenta

📋 copy color: '#A1088D'

red 161 ◦ green 8 ◦ blue 141

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

Shades of Dark Magenta #A1088D

Tints of Dark Magenta #A1088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.48%

R = 51.94%
G = 2.58%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1088D (or 0xA1088D) is known color: Dark Magenta. HEX triplet: A1, 08 and 8D. RGB value is (161,8,141). Sum of RGB (Red+Green+Blue) = 161+8+141=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A1088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1088D is #5EF772. Grayscale: #444444. Windows color (decimal): -6223731 or 9242785. OLE color: 9242785.

HSL color Cylindrical-coordinate representation of color #A1088D: hue angle of 307.84º 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 #A1088D is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 8 141 -
CMYK 0 0.95 0.12 0.37
HSL 307.84º 0.91% 0.33% -
HSV(B) 307.84º 0.95% 0.63% -
XYZ 19.59 9.67 26.03 -
YUV 68.91 168.69 193.69 -
System Red Green Blue C M Y K H S L
Decimal 161 8 141 0 0.95 0.12 0.37 307.84 0.91 0.33
Hex A1 8 8D 0 5F C 25 134 5B 21
Octal 241 10 215 0 137 14 45 464 133 41
Binary 10100001 1000 10001101 0 1011111 1100 100101 100110100 1011011 100001

Color Harmonies of #A1088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1088D

Black with #A1088D

Text Example


Text Example

White with #A1088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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