Html Css Color HEX #AD1289 Medium Violet Red

📋 copy color: '#AD1289'

red 173 ◦ green 18 ◦ blue 137

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

Shades of Medium Violet Red #AD1289

Tints of Medium Violet Red #AD1289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.77%

R = 52.74%
G = 5.49%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD1289 (or 0xAD1289) is known color: Medium Violet Red. HEX triplet: AD, 12 and 89. RGB value is (173,18,137). Sum of RGB (Red+Green+Blue) = 173+18+137=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1289 is #52ED76. Grayscale: #4D4D4D. Windows color (decimal): -5434743 or 8983213. OLE color: 8983213.

HSL color Cylindrical-coordinate representation of color #AD1289: hue angle of 313.94º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1289 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 137 -
CMYK 0 0.90 0.21 0.32
HSL 313.94º 0.81% 0.37% -
HSV(B) 313.94º 0.9% 0.68% -
XYZ 21.97 11.12 24.66 -
YUV 77.91 161.35 195.82 -
System Red Green Blue C M Y K H S L
Decimal 173 18 137 0 0.90 0.21 0.32 313.94 0.81 0.37
Hex AD 12 89 0 5A 15 20 13A 51 25
Octal 255 22 211 0 132 25 40 472 121 45
Binary 10101101 10010 10001001 0 1011010 10101 100000 100111010 1010001 100101

Color Harmonies of #AD1289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1289

Black with #AD1289

Text Example


Text Example

White with #AD1289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1289; }

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

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

background-color css

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

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

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

border-color css

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

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

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