Html Css Color HEX #AD14BE Deep Magenta

📋 copy color: '#AD14BE'

red 173 ◦ green 20 ◦ blue 190

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

Shades of Deep Magenta #AD14BE

Tints of Deep Magenta #AD14BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.22%

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

R = 45.17%
G = 5.22%
B = 49.61%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD14BE (or 0xAD14BE) is known color: Deep Magenta. HEX triplet: AD, 14 and BE. RGB value is (173,20,190). Sum of RGB (Red+Green+Blue) = 173+20+190=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD14BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14BE is #52EB41. Grayscale: #545454. Windows color (decimal): -5434178 or 12457133. OLE color: 12457133.

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

Color convert

RGB 173 20 190 -
CMYK 0.09 0.89 0 0.25
HSL 294º 0.81% 0.41% -
HSV(B) 294º 0.89% 0.75% -
XYZ 26.78 13.1 49.83 -
YUV 85.13 187.19 190.68 -
System Red Green Blue C M Y K H S L
Decimal 173 20 190 0.09 0.89 0 0.25 294 0.81 0.41
Hex AD 14 BE 9 59 0 19 126 51 29
Octal 255 24 276 11 131 0 31 446 121 51
Binary 10101101 10100 10111110 1001 1011001 0 11001 100100110 1010001 101001

Color Harmonies of #AD14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD14BE

Black with #AD14BE

Text Example


Text Example

White with #AD14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD14BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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