Html Css Color HEX #AD09BB Deep Magenta

📋 copy color: '#AD09BB'

red 173 ◦ green 9 ◦ blue 187

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

Shades of Deep Magenta #AD09BB

Tints of Deep Magenta #AD09BB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.44%

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 46.88%
G = 2.44%
B = 50.68%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD09BB (or 0xAD09BB) is known color: Deep Magenta. HEX triplet: AD, 09 and BB. RGB value is (173,9,187). Sum of RGB (Red+Green+Blue) = 173+9+187=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD09BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD09BB is #52F644. Grayscale: #4D4D4D. Windows color (decimal): -5436997 or 12257709. OLE color: 12257709.

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

Color convert

RGB 173 9 187 -
CMYK 0.07 0.95 0 0.27
HSL 295.28º 0.91% 0.38% -
HSV(B) 295.28º 0.95% 0.73% -
XYZ 26.3 12.67 48.07 -
YUV 78.33 189.33 195.53 -
System Red Green Blue C M Y K H S L
Decimal 173 9 187 0.07 0.95 0 0.27 295.28 0.91 0.38
Hex AD 9 BB 7 5F 0 1B 127 5B 26
Octal 255 11 273 7 137 0 33 447 133 46
Binary 10101101 1001 10111011 111 1011111 0 11011 100100111 1011011 100110

Color Harmonies of #AD09BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD09BB

Black with #AD09BB

Text Example


Text Example

White with #AD09BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD09BB; }

 p { color: rgb(173,9,187); }

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

background-color css

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

 a { background-color: rgb(173,9,187); }

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

border-color css

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

 span { border-color: rgb(173,9,187); }

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