Html Css Color HEX #AD1BAB Deep Magenta

📋 copy color: '#AD1BAB'

red 173 ◦ green 27 ◦ blue 171

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

Shades of Deep Magenta #AD1BAB

Tints of Deep Magenta #AD1BAB

RGB

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

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

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

R = 46.63%
G = 7.28%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD1BAB (or 0xAD1BAB) is known color: Deep Magenta. HEX triplet: AD, 1B and AB. RGB value is (173,27,171). Sum of RGB (Red+Green+Blue) = 173+27+171=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1BAB is #52E454. Grayscale: #565656. Windows color (decimal): -5432405 or 11213741. OLE color: 11213741.

HSL color Cylindrical-coordinate representation of color #AD1BAB: hue angle of 300.82º 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 #AD1BAB is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 27 171 -
CMYK 0 0.84 0.01 0.32
HSL 300.82º 0.73% 0.39% -
HSV(B) 300.82º 0.84% 0.68% -
XYZ 24.98 12.61 39.65 -
YUV 87.07 175.37 189.29 -
System Red Green Blue C M Y K H S L
Decimal 173 27 171 0 0.84 0.01 0.32 300.82 0.73 0.39
Hex AD 1B AB 0 54 1 20 12D 49 27
Octal 255 33 253 0 124 1 40 455 111 47
Binary 10101101 11011 10101011 0 1010100 1 100000 100101101 1001001 100111

Color Harmonies of #AD1BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1BAB

Black with #AD1BAB

Text Example


Text Example

White with #AD1BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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