Html Css Color HEX #AD0FB1 Deep Magenta

📋 copy color: '#AD0FB1'

red 173 ◦ green 15 ◦ blue 177

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

Shades of Deep Magenta #AD0FB1

Tints of Deep Magenta #AD0FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 48.49%

R = 47.4%
G = 4.11%
B = 48.49%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD0FB1 (or 0xAD0FB1) is known color: Deep Magenta. HEX triplet: AD, 0F and B1. RGB value is (173,15,177). Sum of RGB (Red+Green+Blue) = 173+15+177=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 177 (69.53% from 255 or 48.49% from 365); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD0FB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0FB1 is #52F04E. Grayscale: #505050. Windows color (decimal): -5435471 or 11603885. OLE color: 11603885.

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

Color convert

RGB 173 15 177 -
CMYK 0.02 0.92 0 0.31
HSL 298.52º 0.84% 0.38% -
HSV(B) 298.52º 0.92% 0.69% -
XYZ 25.34 12.4 42.65 -
YUV 80.71 182.35 193.83 -
System Red Green Blue C M Y K H S L
Decimal 173 15 177 0.02 0.92 0 0.31 298.52 0.84 0.38
Hex AD F B1 2 5C 0 1F 12B 54 26
Octal 255 17 261 2 134 0 37 453 124 46
Binary 10101101 1111 10110001 10 1011100 0 11111 100101011 1010100 100110

Color Harmonies of #AD0FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0FB1

Black with #AD0FB1

Text Example


Text Example

White with #AD0FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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