Html Css Color HEX #AD12BF Deep Magenta

📋 copy color: '#AD12BF'

red 173 ◦ green 18 ◦ blue 191

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

Shades of Deep Magenta #AD12BF

Tints of Deep Magenta #AD12BF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.71%

 BLUE value IS 191 (75% from 255) = 50%

R = 45.29%
G = 4.71%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD12BF (or 0xAD12BF) is known color: Deep Magenta. HEX triplet: AD, 12 and BF. RGB value is (173,18,191). Sum of RGB (Red+Green+Blue) = 173+18+191=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD12BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12BF is #52ED40. Grayscale: #535353. Windows color (decimal): -5434689 or 12522157. OLE color: 12522157.

HSL color Cylindrical-coordinate representation of color #AD12BF: hue angle of 293.76º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD12BF is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 18 191 -
CMYK 0.09 0.91 0 0.25
HSL 293.76º 0.83% 0.41% -
HSV(B) 293.76º 0.91% 0.75% -
XYZ 26.85 13.08 50.4 -
YUV 84.07 188.35 191.43 -
System Red Green Blue C M Y K H S L
Decimal 173 18 191 0.09 0.91 0 0.25 293.76 0.83 0.41
Hex AD 12 BF 9 5B 0 19 126 53 29
Octal 255 22 277 11 133 0 31 446 123 51
Binary 10101101 10010 10111111 1001 1011011 0 11001 100100110 1010011 101001

Color Harmonies of #AD12BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD12BF

Black with #AD12BF

Text Example


Text Example

White with #AD12BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD12BF; }

 p { color: rgb(173,18,191); }

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

background-color css

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

 a { background-color: rgb(173,18,191); }

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

border-color css

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

 span { border-color: rgb(173,18,191); }

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