Html Css Color HEX #AD07BE Deep Magenta

📋 copy color: '#AD07BE'

red 173 ◦ green 7 ◦ blue 190

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

Shades of Deep Magenta #AD07BE

Tints of Deep Magenta #AD07BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.35%

R = 46.76%
G = 1.89%
B = 51.35%

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

#AD07BE (or 0xAD07BE) is known color: Deep Magenta. HEX triplet: AD, 07 and BE. RGB value is (173,7,190). Sum of RGB (Red+Green+Blue) = 173+7+190=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD07BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD07BE is #52F841. Grayscale: #4C4C4C. Windows color (decimal): -5437506 or 12453805. OLE color: 12453805.

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

Color convert

RGB 173 7 190 -
CMYK 0.09 0.96 0 0.25
HSL 294.43º 0.93% 0.39% -
HSV(B) 294.43º 0.96% 0.75% -
XYZ 26.6 12.75 49.77 -
YUV 77.5 191.5 196.12 -
System Red Green Blue C M Y K H S L
Decimal 173 7 190 0.09 0.96 0 0.25 294.43 0.93 0.39
Hex AD 7 BE 9 60 0 19 126 5D 27
Octal 255 7 276 11 140 0 31 446 135 47
Binary 10101101 111 10111110 1001 1100000 0 11001 100100110 1011101 100111

Color Harmonies of #AD07BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD07BE

Black with #AD07BE

Text Example


Text Example

White with #AD07BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD07BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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