Html Css Color HEX #AD07B9 Deep Magenta

📋 copy color: '#AD07B9'

red 173 ◦ green 7 ◦ blue 185

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

Shades of Deep Magenta #AD07B9

Tints of Deep Magenta #AD07B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.68%

R = 47.4%
G = 1.92%
B = 50.68%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD07B9 (or 0xAD07B9) is known color: Deep Magenta. HEX triplet: AD, 07 and B9. RGB value is (173,7,185). Sum of RGB (Red+Green+Blue) = 173+7+185=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 185 (72.66% from 255 or 50.68% from 365); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD07B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD07B9 is #52F846. Grayscale: #4C4C4C. Windows color (decimal): -5437511 or 12126125. OLE color: 12126125.

HSL color Cylindrical-coordinate representation of color #AD07B9: hue angle of 295.96º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD07B9 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 7 185 -
CMYK 0.06 0.96 0 0.27
HSL 295.96º 0.93% 0.38% -
HSV(B) 295.96º 0.96% 0.73% -
XYZ 26.07 12.54 46.95 -
YUV 76.93 189 196.53 -
System Red Green Blue C M Y K H S L
Decimal 173 7 185 0.06 0.96 0 0.27 295.96 0.93 0.38
Hex AD 7 B9 6 60 0 1B 128 5D 26
Octal 255 7 271 6 140 0 33 450 135 46
Binary 10101101 111 10111001 110 1100000 0 11011 100101000 1011101 100110

Color Harmonies of #AD07B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD07B9

Black with #AD07B9

Text Example


Text Example

White with #AD07B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD07B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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