Html Css Color HEX #AD1489 Medium Violet Red

📋 copy color: '#AD1489'

red 173 ◦ green 20 ◦ blue 137

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

Shades of Medium Violet Red #AD1489

Tints of Medium Violet Red #AD1489

RGB

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

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

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

R = 52.42%
G = 6.06%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD1489 (or 0xAD1489) is known color: Medium Violet Red. HEX triplet: AD, 14 and 89. RGB value is (173,20,137). Sum of RGB (Red+Green+Blue) = 173+20+137=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1489 is #52EB76. Grayscale: #4E4E4E. Windows color (decimal): -5434231 or 8983725. OLE color: 8983725.

HSL color Cylindrical-coordinate representation of color #AD1489: hue angle of 314.12º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1489 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 20 137 -
CMYK 0 0.88 0.21 0.32
HSL 314.12º 0.79% 0.38% -
HSV(B) 314.12º 0.88% 0.68% -
XYZ 22 11.19 24.67 -
YUV 79.09 160.69 194.99 -
System Red Green Blue C M Y K H S L
Decimal 173 20 137 0 0.88 0.21 0.32 314.12 0.79 0.38
Hex AD 14 89 0 58 15 20 13A 4F 26
Octal 255 24 211 0 130 25 40 472 117 46
Binary 10101101 10100 10001001 0 1011000 10101 100000 100111010 1001111 100110

Color Harmonies of #AD1489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1489

Black with #AD1489

Text Example


Text Example

White with #AD1489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1489; }

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

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

background-color css

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

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

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

border-color css

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

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

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