Html Css Color HEX #AD03A4 Dark Magenta

📋 copy color: '#AD03A4'

red 173 ◦ green 3 ◦ blue 164

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

Shades of Dark Magenta #AD03A4

Tints of Dark Magenta #AD03A4

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 164 (64.45% from 255) = 48.24%

R = 50.88%
G = 0.88%
B = 48.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD03A4 (or 0xAD03A4) is known color: Dark Magenta. HEX triplet: AD, 03 and A4. RGB value is (173,3,164). Sum of RGB (Red+Green+Blue) = 173+3+164=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD03A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD03A4 is #52FC5B. Grayscale: #474747. Windows color (decimal): -5438556 or 10748845. OLE color: 10748845.

HSL color Cylindrical-coordinate representation of color #AD03A4: hue angle of 303.18º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD03A4 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 3 164 -
CMYK 0 0.98 0.05 0.32
HSL 303.18º 0.97% 0.35% -
HSV(B) 303.18º 0.98% 0.68% -
XYZ 23.97 11.63 36.1 -
YUV 72.18 179.82 199.91 -
System Red Green Blue C M Y K H S L
Decimal 173 3 164 0 0.98 0.05 0.32 303.18 0.97 0.35
Hex AD 3 A4 0 62 5 20 12F 61 23
Octal 255 3 244 0 142 5 40 457 141 43
Binary 10101101 11 10100100 0 1100010 101 100000 100101111 1100001 100011

Color Harmonies of #AD03A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03A4

Black with #AD03A4

Text Example


Text Example

White with #AD03A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03A4; }

 p { color: rgb(173,3,164); }

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

background-color css

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

 a { background-color: rgb(173,3,164); }

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

border-color css

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

 span { border-color: rgb(173,3,164); }

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