Html Css Color HEX #AD069D Dark Magenta

📋 copy color: '#AD069D'

red 173 ◦ green 6 ◦ blue 157

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

Shades of Dark Magenta #AD069D

Tints of Dark Magenta #AD069D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.73%

R = 51.49%
G = 1.79%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD069D (or 0xAD069D) is known color: Dark Magenta. HEX triplet: AD, 06 and 9D. RGB value is (173,6,157). Sum of RGB (Red+Green+Blue) = 173+6+157=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD069D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD069D is #52F962. Grayscale: #484848. Windows color (decimal): -5437795 or 10290861. OLE color: 10290861.

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

Color convert

RGB 173 6 157 -
CMYK 0 0.97 0.09 0.32
HSL 305.75º 0.93% 0.35% -
HSV(B) 305.75º 0.97% 0.68% -
XYZ 23.38 11.45 32.88 -
YUV 73.15 175.33 199.22 -
System Red Green Blue C M Y K H S L
Decimal 173 6 157 0 0.97 0.09 0.32 305.75 0.93 0.35
Hex AD 6 9D 0 61 9 20 132 5D 23
Octal 255 6 235 0 141 11 40 462 135 43
Binary 10101101 110 10011101 0 1100001 1001 100000 100110010 1011101 100011

Color Harmonies of #AD069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD069D

Black with #AD069D

Text Example


Text Example

White with #AD069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD069D; }

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

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

background-color css

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

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

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

border-color css

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

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

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