Html Css Color HEX #AD07A2 Dark Magenta

📋 copy color: '#AD07A2'

red 173 ◦ green 7 ◦ blue 162

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

Shades of Dark Magenta #AD07A2

Tints of Dark Magenta #AD07A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 47.37%

R = 50.58%
G = 2.05%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD07A2 (or 0xAD07A2) is known color: Dark Magenta. HEX triplet: AD, 07 and A2. RGB value is (173,7,162). Sum of RGB (Red+Green+Blue) = 173+7+162=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD07A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD07A2 is #52F85D. Grayscale: #494949. Windows color (decimal): -5437534 or 10618797. OLE color: 10618797.

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

Color convert

RGB 173 7 162 -
CMYK 0 0.96 0.06 0.32
HSL 303.98º 0.92% 0.35% -
HSV(B) 303.98º 0.96% 0.68% -
XYZ 23.83 11.64 35.17 -
YUV 74.3 177.5 198.4 -
System Red Green Blue C M Y K H S L
Decimal 173 7 162 0 0.96 0.06 0.32 303.98 0.92 0.35
Hex AD 7 A2 0 60 6 20 130 5C 23
Octal 255 7 242 0 140 6 40 460 134 43
Binary 10101101 111 10100010 0 1100000 110 100000 100110000 1011100 100011

Color Harmonies of #AD07A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD07A2

Black with #AD07A2

Text Example


Text Example

White with #AD07A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD07A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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