Html Css Color HEX #AD18B4 Deep Magenta

📋 copy color: '#AD18B4'

red 173 ◦ green 24 ◦ blue 180

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

Shades of Deep Magenta #AD18B4

Tints of Deep Magenta #AD18B4

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.37%

 BLUE value IS 180 (70.7% from 255) = 47.75%

R = 45.89%
G = 6.37%
B = 47.75%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD18B4 (or 0xAD18B4) is known color: Deep Magenta. HEX triplet: AD, 18 and B4. RGB value is (173,24,180). Sum of RGB (Red+Green+Blue) = 173+24+180=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD18B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD18B4 is #52E74B. Grayscale: #555555. Windows color (decimal): -5433164 or 11802797. OLE color: 11802797.

HSL color Cylindrical-coordinate representation of color #AD18B4: hue angle of 297.31º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD18B4 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 24 180 -
CMYK 0.04 0.87 0 0.29
HSL 297.31º 0.76% 0.4% -
HSV(B) 297.31º 0.87% 0.71% -
XYZ 25.8 12.83 44.3 -
YUV 86.34 180.86 189.82 -
System Red Green Blue C M Y K H S L
Decimal 173 24 180 0.04 0.87 0 0.29 297.31 0.76 0.4
Hex AD 18 B4 4 57 0 1D 129 4C 28
Octal 255 30 264 4 127 0 35 451 114 50
Binary 10101101 11000 10110100 100 1010111 0 11101 100101001 1001100 101000

Color Harmonies of #AD18B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD18B4

Black with #AD18B4

Text Example


Text Example

White with #AD18B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD18B4; }

 p { color: rgb(173,24,180); }

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

background-color css

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

 a { background-color: rgb(173,24,180); }

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

border-color css

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

 span { border-color: rgb(173,24,180); }

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