Html Css Color HEX #AD04B3 Deep Magenta

📋 copy color: '#AD04B3'

red 173 ◦ green 4 ◦ blue 179

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

Shades of Deep Magenta #AD04B3

Tints of Deep Magenta #AD04B3

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

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

R = 48.6%
G = 1.12%
B = 50.28%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD04B3 (or 0xAD04B3) is known color: Deep Magenta. HEX triplet: AD, 04 and B3. RGB value is (173,4,179). Sum of RGB (Red+Green+Blue) = 173+4+179=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD04B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD04B3 is #52FB4C. Grayscale: #494949. Windows color (decimal): -5438285 or 11732141. OLE color: 11732141.

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

Color convert

RGB 173 4 179 -
CMYK 0.03 0.98 0 0.30
HSL 297.94º 0.96% 0.36% -
HSV(B) 297.94º 0.98% 0.7% -
XYZ 25.41 12.23 43.67 -
YUV 74.48 186.99 198.27 -
System Red Green Blue C M Y K H S L
Decimal 173 4 179 0.03 0.98 0 0.30 297.94 0.96 0.36
Hex AD 4 B3 3 62 0 1E 12A 60 24
Octal 255 4 263 3 142 0 36 452 140 44
Binary 10101101 100 10110011 11 1100010 0 11110 100101010 1100000 100100

Color Harmonies of #AD04B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD04B3

Black with #AD04B3

Text Example


Text Example

White with #AD04B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD04B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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