Html Css Color HEX #AD07A4 Dark Magenta

📋 copy color: '#AD07A4'

red 173 ◦ green 7 ◦ blue 164

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

Shades of Dark Magenta #AD07A4

Tints of Dark Magenta #AD07A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.67%

R = 50.29%
G = 2.03%
B = 47.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD07A4 (or 0xAD07A4) is known color: Dark Magenta. HEX triplet: AD, 07 and A4. RGB value is (173,7,164). Sum of RGB (Red+Green+Blue) = 173+7+164=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD07A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD07A4 is #52F85B. Grayscale: #4A4A4A. Windows color (decimal): -5437532 or 10749869. OLE color: 10749869.

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

Color convert

RGB 173 7 164 -
CMYK 0 0.96 0.05 0.32
HSL 303.25º 0.92% 0.35% -
HSV(B) 303.25º 0.96% 0.68% -
XYZ 24.01 11.72 36.12 -
YUV 74.53 178.5 198.23 -
System Red Green Blue C M Y K H S L
Decimal 173 7 164 0 0.96 0.05 0.32 303.25 0.92 0.35
Hex AD 7 A4 0 60 5 20 12F 5C 23
Octal 255 7 244 0 140 5 40 457 134 43
Binary 10101101 111 10100100 0 1100000 101 100000 100101111 1011100 100011

Color Harmonies of #AD07A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD07A4

Black with #AD07A4

Text Example


Text Example

White with #AD07A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD07A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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