Html Css Color HEX #AD069C Dark Magenta

📋 copy color: '#AD069C'

red 173 ◦ green 6 ◦ blue 156

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

Shades of Dark Magenta #AD069C

Tints of Dark Magenta #AD069C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.57%

R = 51.64%
G = 1.79%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD069C (or 0xAD069C) is known color: Dark Magenta. HEX triplet: AD, 06 and 9C. RGB value is (173,6,156). Sum of RGB (Red+Green+Blue) = 173+6+156=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD069C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD069C is #52F963. Grayscale: #484848. Windows color (decimal): -5437796 or 10225325. OLE color: 10225325.

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

Color convert

RGB 173 6 156 -
CMYK 0 0.97 0.10 0.32
HSL 306.11º 0.93% 0.35% -
HSV(B) 306.11º 0.97% 0.68% -
XYZ 23.3 11.41 32.43 -
YUV 73.03 174.83 199.3 -
System Red Green Blue C M Y K H S L
Decimal 173 6 156 0 0.97 0.10 0.32 306.11 0.93 0.35
Hex AD 6 9C 0 61 A 20 132 5D 23
Octal 255 6 234 0 141 12 40 462 135 43
Binary 10101101 110 10011100 0 1100001 1010 100000 100110010 1011101 100011

Color Harmonies of #AD069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD069C

Black with #AD069C

Text Example


Text Example

White with #AD069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD069C; }

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

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

background-color css

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

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

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

border-color css

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

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

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