Html Css Color HEX #AD0FBB Deep Magenta

📋 copy color: '#AD0FBB'

red 173 ◦ green 15 ◦ blue 187

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

Shades of Deep Magenta #AD0FBB

Tints of Deep Magenta #AD0FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4%

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

R = 46.13%
G = 4%
B = 49.87%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD0FBB (or 0xAD0FBB) is known color: Deep Magenta. HEX triplet: AD, 0F and BB. RGB value is (173,15,187). Sum of RGB (Red+Green+Blue) = 173+15+187=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD0FBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FBB is #52F044. Grayscale: #515151. Windows color (decimal): -5435461 or 12259245. OLE color: 12259245.

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

Color convert

RGB 173 15 187 -
CMYK 0.07 0.92 0 0.27
HSL 295.12º 0.85% 0.4% -
HSV(B) 295.12º 0.92% 0.73% -
XYZ 26.37 12.81 48.1 -
YUV 81.85 187.35 193.01 -
System Red Green Blue C M Y K H S L
Decimal 173 15 187 0.07 0.92 0 0.27 295.12 0.85 0.4
Hex AD F BB 7 5C 0 1B 127 55 28
Octal 255 17 273 7 134 0 33 447 125 50
Binary 10101101 1111 10111011 111 1011100 0 11011 100100111 1010101 101000

Color Harmonies of #AD0FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0FBB

Black with #AD0FBB

Text Example


Text Example

White with #AD0FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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