Html Css Color HEX #AD05B3 Deep Magenta

📋 copy color: '#AD05B3'

red 173 ◦ green 5 ◦ blue 179

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

Shades of Deep Magenta #AD05B3

Tints of Deep Magenta #AD05B3

RGB

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

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

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

R = 48.46%
G = 1.4%
B = 50.14%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD05B3 (or 0xAD05B3) is known color: Deep Magenta. HEX triplet: AD, 05 and B3. RGB value is (173,5,179). Sum of RGB (Red+Green+Blue) = 173+5+179=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 179 (70.31% from 255 or 50.14% from 357); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD05B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD05B3 is #52FA4C. Grayscale: #4A4A4A. Windows color (decimal): -5438029 or 11732397. OLE color: 11732397.

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

Color convert

RGB 173 5 179 -
CMYK 0.03 0.97 0 0.30
HSL 297.93º 0.95% 0.36% -
HSV(B) 297.93º 0.97% 0.7% -
XYZ 25.42 12.25 43.67 -
YUV 75.07 186.66 197.85 -
System Red Green Blue C M Y K H S L
Decimal 173 5 179 0.03 0.97 0 0.30 297.93 0.95 0.36
Hex AD 5 B3 3 61 0 1E 12A 5F 24
Octal 255 5 263 3 141 0 36 452 137 44
Binary 10101101 101 10110011 11 1100001 0 11110 100101010 1011111 100100

Color Harmonies of #AD05B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD05B3

Black with #AD05B3

Text Example


Text Example

White with #AD05B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD05B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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