Html Css Color HEX #AD07A8 Dark Magenta

📋 copy color: '#AD07A8'

red 173 ◦ green 7 ◦ blue 168

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

Shades of Dark Magenta #AD07A8

Tints of Dark Magenta #AD07A8

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.01%

 BLUE value IS 168 (66.02% from 255) = 48.28%

R = 49.71%
G = 2.01%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD07A8 (or 0xAD07A8) is known color: Dark Magenta. HEX triplet: AD, 07 and A8. RGB value is (173,7,168). Sum of RGB (Red+Green+Blue) = 173+7+168=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 168 (66.02% from 255 or 48.28% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD07A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD07A8 is #52F857. Grayscale: #4A4A4A. Windows color (decimal): -5437528 or 11012013. OLE color: 11012013.

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

Color convert

RGB 173 7 168 -
CMYK 0 0.96 0.03 0.32
HSL 301.81º 0.92% 0.35% -
HSV(B) 301.81º 0.96% 0.68% -
XYZ 24.38 11.86 38.05 -
YUV 74.99 180.5 197.91 -
System Red Green Blue C M Y K H S L
Decimal 173 7 168 0 0.96 0.03 0.32 301.81 0.92 0.35
Hex AD 7 A8 0 60 3 20 12E 5C 23
Octal 255 7 250 0 140 3 40 456 134 43
Binary 10101101 111 10101000 0 1100000 11 100000 100101110 1011100 100011

Color Harmonies of #AD07A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD07A8

Black with #AD07A8

Text Example


Text Example

White with #AD07A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD07A8; }

 p { color: rgb(173,7,168); }

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

background-color css

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

 a { background-color: rgb(173,7,168); }

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

border-color css

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

 span { border-color: rgb(173,7,168); }

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