Html Css Color HEX #AD07BF Deep Magenta

📋 copy color: '#AD07BF'

red 173 ◦ green 7 ◦ blue 191

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

Shades of Deep Magenta #AD07BF

Tints of Deep Magenta #AD07BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.48%

R = 46.63%
G = 1.89%
B = 51.48%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD07BF (or 0xAD07BF) is known color: Deep Magenta. HEX triplet: AD, 07 and BF. RGB value is (173,7,191). Sum of RGB (Red+Green+Blue) = 173+7+191=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD07BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD07BF is #52F840. Grayscale: #4D4D4D. Windows color (decimal): -5437505 or 12519341. OLE color: 12519341.

HSL color Cylindrical-coordinate representation of color #AD07BF: hue angle of 294.13º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD07BF is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 7 191 -
CMYK 0.09 0.96 0 0.25
HSL 294.13º 0.93% 0.39% -
HSV(B) 294.13º 0.96% 0.75% -
XYZ 26.71 12.8 50.35 -
YUV 77.61 192 196.04 -
System Red Green Blue C M Y K H S L
Decimal 173 7 191 0.09 0.96 0 0.25 294.13 0.93 0.39
Hex AD 7 BF 9 60 0 19 126 5D 27
Octal 255 7 277 11 140 0 31 446 135 47
Binary 10101101 111 10111111 1001 1100000 0 11001 100100110 1011101 100111

Color Harmonies of #AD07BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD07BF

Black with #AD07BF

Text Example


Text Example

White with #AD07BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD07BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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