Html Css Color HEX #AD05B8 Deep Magenta

📋 copy color: '#AD05B8'

red 173 ◦ green 5 ◦ blue 184

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

Shades of Deep Magenta #AD05B8

Tints of Deep Magenta #AD05B8

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.38%

 BLUE value IS 184 (72.27% from 255) = 50.83%

R = 47.79%
G = 1.38%
B = 50.83%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD05B8 (or 0xAD05B8) is known color: Deep Magenta. HEX triplet: AD, 05 and B8. RGB value is (173,5,184). Sum of RGB (Red+Green+Blue) = 173+5+184=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD05B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD05B8 is #52FA47. Grayscale: #4B4B4B. Windows color (decimal): -5438024 or 12060077. OLE color: 12060077.

HSL color Cylindrical-coordinate representation of color #AD05B8: hue angle of 296.31º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD05B8 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 5 184 -
CMYK 0.06 0.97 0 0.28
HSL 296.31º 0.95% 0.37% -
HSV(B) 296.31º 0.97% 0.72% -
XYZ 25.94 12.45 46.38 -
YUV 75.64 189.16 197.45 -
System Red Green Blue C M Y K H S L
Decimal 173 5 184 0.06 0.97 0 0.28 296.31 0.95 0.37
Hex AD 5 B8 6 61 0 1C 128 5F 25
Octal 255 5 270 6 141 0 34 450 137 45
Binary 10101101 101 10111000 110 1100001 0 11100 100101000 1011111 100101

Color Harmonies of #AD05B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD05B8

Black with #AD05B8

Text Example


Text Example

White with #AD05B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD05B8; }

 p { color: rgb(173,5,184); }

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

background-color css

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

 a { background-color: rgb(173,5,184); }

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

border-color css

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

 span { border-color: rgb(173,5,184); }

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