Html Css Color HEX #AD0696 Dark Magenta

📋 copy color: '#AD0696'

red 173 ◦ green 6 ◦ blue 150

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

Shades of Dark Magenta #AD0696

Tints of Dark Magenta #AD0696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.59%

R = 52.58%
G = 1.82%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD0696 (or 0xAD0696) is known color: Dark Magenta. HEX triplet: AD, 06 and 96. RGB value is (173,6,150). Sum of RGB (Red+Green+Blue) = 173+6+150=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0696 is #52F969. Grayscale: #474747. Windows color (decimal): -5437802 or 9832109. OLE color: 9832109.

HSL color Cylindrical-coordinate representation of color #AD0696: hue angle of 308.26º 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 #AD0696 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 6 150 -
CMYK 0 0.97 0.13 0.32
HSL 308.26º 0.93% 0.35% -
HSV(B) 308.26º 0.97% 0.68% -
XYZ 22.8 11.22 29.82 -
YUV 72.35 171.83 199.79 -
System Red Green Blue C M Y K H S L
Decimal 173 6 150 0 0.97 0.13 0.32 308.26 0.93 0.35
Hex AD 6 96 0 61 D 20 134 5D 23
Octal 255 6 226 0 141 15 40 464 135 43
Binary 10101101 110 10010110 0 1100001 1101 100000 100110100 1011101 100011

Color Harmonies of #AD0696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0696

Black with #AD0696

Text Example


Text Example

White with #AD0696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0696; }

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

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

background-color css

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

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

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

border-color css

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

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

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