Html Css Color HEX #AD12BE Deep Magenta

📋 copy color: '#AD12BE'

red 173 ◦ green 18 ◦ blue 190

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

Shades of Deep Magenta #AD12BE

Tints of Deep Magenta #AD12BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 45.41%
G = 4.72%
B = 49.87%

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

#AD12BE (or 0xAD12BE) is known color: Deep Magenta. HEX triplet: AD, 12 and BE. RGB value is (173,18,190). Sum of RGB (Red+Green+Blue) = 173+18+190=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD12BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12BE is #52ED41. Grayscale: #535353. Windows color (decimal): -5434690 or 12456621. OLE color: 12456621.

HSL color Cylindrical-coordinate representation of color #AD12BE: hue angle of 294.07º 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 #AD12BE is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 18 190 -
CMYK 0.09 0.91 0 0.25
HSL 294.07º 0.83% 0.41% -
HSV(B) 294.07º 0.91% 0.75% -
XYZ 26.74 13.03 49.82 -
YUV 83.95 187.85 191.51 -
System Red Green Blue C M Y K H S L
Decimal 173 18 190 0.09 0.91 0 0.25 294.07 0.83 0.41
Hex AD 12 BE 9 5B 0 19 126 53 29
Octal 255 22 276 11 133 0 31 446 123 51
Binary 10101101 10010 10111110 1001 1011011 0 11001 100100110 1010011 101001

Color Harmonies of #AD12BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD12BE

Black with #AD12BE

Text Example


Text Example

White with #AD12BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD12BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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