Html Css Color HEX #AD07AE Deep Magenta

📋 copy color: '#AD07AE'

red 173 ◦ green 7 ◦ blue 174

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

Shades of Deep Magenta #AD07AE

Tints of Deep Magenta #AD07AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.15%

R = 48.87%
G = 1.98%
B = 49.15%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD07AE (or 0xAD07AE) is known color: Deep Magenta. HEX triplet: AD, 07 and AE. RGB value is (173,7,174). Sum of RGB (Red+Green+Blue) = 173+7+174=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD07AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD07AE is #52F851. Grayscale: #4B4B4B. Windows color (decimal): -5437522 or 11405229. OLE color: 11405229.

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

Color convert

RGB 173 7 174 -
CMYK 0.01 0.96 0 0.32
HSL 299.64º 0.92% 0.35% -
HSV(B) 299.64º 0.96% 0.68% -
XYZ 24.95 12.09 41.06 -
YUV 75.67 183.5 197.42 -
System Red Green Blue C M Y K H S L
Decimal 173 7 174 0.01 0.96 0 0.32 299.64 0.92 0.35
Hex AD 7 AE 1 60 0 20 12C 5C 23
Octal 255 7 256 1 140 0 40 454 134 43
Binary 10101101 111 10101110 1 1100000 0 100000 100101100 1011100 100011

Color Harmonies of #AD07AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD07AE

Black with #AD07AE

Text Example


Text Example

White with #AD07AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD07AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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