Html Css Color HEX #AD069E Dark Magenta

📋 copy color: '#AD069E'

red 173 ◦ green 6 ◦ blue 158

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

Shades of Dark Magenta #AD069E

Tints of Dark Magenta #AD069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.88%

R = 51.34%
G = 1.78%
B = 46.88%

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

#AD069E (or 0xAD069E) is known color: Dark Magenta. HEX triplet: AD, 06 and 9E. RGB value is (173,6,158). Sum of RGB (Red+Green+Blue) = 173+6+158=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD069E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD069E is #52F961. Grayscale: #484848. Windows color (decimal): -5437794 or 10356397. OLE color: 10356397.

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

Color convert

RGB 173 6 158 -
CMYK 0 0.97 0.09 0.32
HSL 305.39º 0.93% 0.35% -
HSV(B) 305.39º 0.97% 0.68% -
XYZ 23.47 11.48 33.33 -
YUV 73.26 175.83 199.14 -
System Red Green Blue C M Y K H S L
Decimal 173 6 158 0 0.97 0.09 0.32 305.39 0.93 0.35
Hex AD 6 9E 0 61 9 20 131 5D 23
Octal 255 6 236 0 141 11 40 461 135 43
Binary 10101101 110 10011110 0 1100001 1001 100000 100110001 1011101 100011

Color Harmonies of #AD069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD069E

Black with #AD069E

Text Example


Text Example

White with #AD069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD069E; }

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

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

background-color css

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

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

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

border-color css

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

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

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