Html Css Color HEX #AD1BA9 Dark Magenta

📋 copy color: '#AD1BA9'

red 173 ◦ green 27 ◦ blue 169

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

Shades of Dark Magenta #AD1BA9

Tints of Dark Magenta #AD1BA9

RGB

 RED value IS 173 (67.97% from 255) = 46.88%

 GREEN value IS 27 (10.94% from 255) = 7.32%

 BLUE value IS 169 (66.41% from 255) = 45.8%

R = 46.88%
G = 7.32%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD1BA9 (or 0xAD1BA9) is known color: Dark Magenta. HEX triplet: AD, 1B and A9. RGB value is (173,27,169). Sum of RGB (Red+Green+Blue) = 173+27+169=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 169 (66.41% from 255 or 45.80% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1BA9 is #52E456. Grayscale: #565656. Windows color (decimal): -5432407 or 11082669. OLE color: 11082669.

HSL color Cylindrical-coordinate representation of color #AD1BA9: hue angle of 301.64º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1BA9 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 27 169 -
CMYK 0 0.84 0.02 0.32
HSL 301.64º 0.73% 0.39% -
HSV(B) 301.64º 0.84% 0.68% -
XYZ 24.79 12.53 38.65 -
YUV 86.84 174.37 189.45 -
System Red Green Blue C M Y K H S L
Decimal 173 27 169 0 0.84 0.02 0.32 301.64 0.73 0.39
Hex AD 1B A9 0 54 2 20 12E 49 27
Octal 255 33 251 0 124 2 40 456 111 47
Binary 10101101 11011 10101001 0 1010100 10 100000 100101110 1001001 100111

Color Harmonies of #AD1BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1BA9

Black with #AD1BA9

Text Example


Text Example

White with #AD1BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1BA9; }

 p { color: rgb(173,27,169); }

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

background-color css

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

 a { background-color: rgb(173,27,169); }

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

border-color css

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

 span { border-color: rgb(173,27,169); }

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