Html Css Color HEX #AD0FB0 Deep Magenta

📋 copy color: '#AD0FB0'

red 173 ◦ green 15 ◦ blue 176

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

Shades of Deep Magenta #AD0FB0

Tints of Deep Magenta #AD0FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.35%

R = 47.53%
G = 4.12%
B = 48.35%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD0FB0 (or 0xAD0FB0) is known color: Deep Magenta. HEX triplet: AD, 0F and B0. RGB value is (173,15,176). Sum of RGB (Red+Green+Blue) = 173+15+176=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 176 (69.14% from 255 or 48.35% from 364); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD0FB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0FB0 is #52F04F. Grayscale: #505050. Windows color (decimal): -5435472 or 11538349. OLE color: 11538349.

HSL color Cylindrical-coordinate representation of color #AD0FB0: hue angle of 298.88º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD0FB0 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 15 176 -
CMYK 0.02 0.91 0 0.31
HSL 298.88º 0.84% 0.37% -
HSV(B) 298.88º 0.91% 0.69% -
XYZ 25.24 12.36 42.13 -
YUV 80.6 181.85 193.91 -
System Red Green Blue C M Y K H S L
Decimal 173 15 176 0.02 0.91 0 0.31 298.88 0.84 0.37
Hex AD F B0 2 5B 0 1F 12B 54 25
Octal 255 17 260 2 133 0 37 453 124 45
Binary 10101101 1111 10110000 10 1011011 0 11111 100101011 1010100 100101

Color Harmonies of #AD0FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0FB0

Black with #AD0FB0

Text Example


Text Example

White with #AD0FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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