Html Css Color HEX #A119AB Dark Magenta

📋 copy color: '#A119AB'

red 161 ◦ green 25 ◦ blue 171

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

Shades of Dark Magenta #A119AB

Tints of Dark Magenta #A119AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7%

 BLUE value IS 171 (67.19% from 255) = 47.9%

R = 45.1%
G = 7%
B = 47.9%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A119AB (or 0xA119AB) is known color: Dark Magenta. HEX triplet: A1, 19 and AB. RGB value is (161,25,171). Sum of RGB (Red+Green+Blue) = 161+25+171=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #A119AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A119AB is #5EE654. Grayscale: #515151. Windows color (decimal): -6219349 or 11213217. OLE color: 11213217.

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

Color convert

RGB 161 25 171 -
CMYK 0.06 0.85 0 0.33
HSL 295.89º 0.74% 0.38% -
HSV(B) 295.89º 0.85% 0.67% -
XYZ 22.4 11.21 39.51 -
YUV 82.31 178.06 184.13 -
System Red Green Blue C M Y K H S L
Decimal 161 25 171 0.06 0.85 0 0.33 295.89 0.74 0.38
Hex A1 19 AB 6 55 0 21 128 4A 26
Octal 241 31 253 6 125 0 41 450 112 46
Binary 10100001 11001 10101011 110 1010101 0 100001 100101000 1001010 100110

Color Harmonies of #A119AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A119AB

Black with #A119AB

Text Example


Text Example

White with #A119AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A119AB; }

 p { color: rgb(161,25,171); }

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

background-color css

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

 a { background-color: rgb(161,25,171); }

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

border-color css

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

 span { border-color: rgb(161,25,171); }

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