Html Css Color HEX #AD06A3 Dark Magenta

📋 copy color: '#AD06A3'

red 173 ◦ green 6 ◦ blue 163

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

Shades of Dark Magenta #AD06A3

Tints of Dark Magenta #AD06A3

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.75%

 BLUE value IS 163 (64.06% from 255) = 47.66%

R = 50.58%
G = 1.75%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD06A3 (or 0xAD06A3) is known color: Dark Magenta. HEX triplet: AD, 06 and A3. RGB value is (173,6,163). Sum of RGB (Red+Green+Blue) = 173+6+163=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 163 (64.06% from 255 or 47.66% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD06A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD06A3 is #52F95C. Grayscale: #494949. Windows color (decimal): -5437789 or 10684077. OLE color: 10684077.

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

Color convert

RGB 173 6 163 -
CMYK 0 0.97 0.06 0.32
HSL 303.59º 0.93% 0.35% -
HSV(B) 303.59º 0.97% 0.68% -
XYZ 23.91 11.66 35.64 -
YUV 73.83 178.33 198.73 -
System Red Green Blue C M Y K H S L
Decimal 173 6 163 0 0.97 0.06 0.32 303.59 0.93 0.35
Hex AD 6 A3 0 61 6 20 130 5D 23
Octal 255 6 243 0 141 6 40 460 135 43
Binary 10101101 110 10100011 0 1100001 110 100000 100110000 1011101 100011

Color Harmonies of #AD06A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD06A3

Black with #AD06A3

Text Example


Text Example

White with #AD06A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD06A3; }

 p { color: rgb(173,6,163); }

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

background-color css

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

 a { background-color: rgb(173,6,163); }

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

border-color css

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

 span { border-color: rgb(173,6,163); }

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