Html Css Color HEX #AD15B3 Deep Magenta

📋 copy color: '#AD15B3'

red 173 ◦ green 21 ◦ blue 179

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

Shades of Deep Magenta #AD15B3

Tints of Deep Magenta #AD15B3

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.63%

 BLUE value IS 179 (70.31% from 255) = 47.99%

R = 46.38%
G = 5.63%
B = 47.99%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD15B3 (or 0xAD15B3) is known color: Deep Magenta. HEX triplet: AD, 15 and B3. RGB value is (173,21,179). Sum of RGB (Red+Green+Blue) = 173+21+179=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD15B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15B3 is #52EA4C. Grayscale: #535353. Windows color (decimal): -5433933 or 11736493. OLE color: 11736493.

HSL color Cylindrical-coordinate representation of color #AD15B3: hue angle of 297.72º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD15B3 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 21 179 -
CMYK 0.03 0.88 0 0.30
HSL 297.72º 0.79% 0.39% -
HSV(B) 297.72º 0.88% 0.7% -
XYZ 25.64 12.68 43.74 -
YUV 84.46 181.36 191.15 -
System Red Green Blue C M Y K H S L
Decimal 173 21 179 0.03 0.88 0 0.30 297.72 0.79 0.39
Hex AD 15 B3 3 58 0 1E 12A 4F 27
Octal 255 25 263 3 130 0 36 452 117 47
Binary 10101101 10101 10110011 11 1011000 0 11110 100101010 1001111 100111

Color Harmonies of #AD15B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD15B3

Black with #AD15B3

Text Example


Text Example

White with #AD15B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD15B3; }

 p { color: rgb(173,21,179); }

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

background-color css

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

 a { background-color: rgb(173,21,179); }

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

border-color css

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

 span { border-color: rgb(173,21,179); }

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