Html Css Color HEX #AD07AF Deep Magenta

📋 copy color: '#AD07AF'

red 173 ◦ green 7 ◦ blue 175

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

Shades of Deep Magenta #AD07AF

Tints of Deep Magenta #AD07AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.3%

R = 48.73%
G = 1.97%
B = 49.3%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD07AF (or 0xAD07AF) is known color: Deep Magenta. HEX triplet: AD, 07 and AF. RGB value is (173,7,175). Sum of RGB (Red+Green+Blue) = 173+7+175=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD07AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD07AF is #52F850. Grayscale: #4B4B4B. Windows color (decimal): -5437521 or 11470765. OLE color: 11470765.

HSL color Cylindrical-coordinate representation of color #AD07AF: hue angle of 299.29º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD07AF is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 7 175 -
CMYK 0.01 0.96 0 0.31
HSL 299.29º 0.92% 0.36% -
HSV(B) 299.29º 0.96% 0.69% -
XYZ 25.05 12.13 41.58 -
YUV 75.79 184 197.34 -
System Red Green Blue C M Y K H S L
Decimal 173 7 175 0.01 0.96 0 0.31 299.29 0.92 0.36
Hex AD 7 AF 1 60 0 1F 12B 5C 24
Octal 255 7 257 1 140 0 37 453 134 44
Binary 10101101 111 10101111 1 1100000 0 11111 100101011 1011100 100100

Color Harmonies of #AD07AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD07AF

Black with #AD07AF

Text Example


Text Example

White with #AD07AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD07AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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