Html Css Color HEX #AD1798 Medium Violet Red

📋 copy color: '#AD1798'

red 173 ◦ green 23 ◦ blue 152

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

Shades of Medium Violet Red #AD1798

Tints of Medium Violet Red #AD1798

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.61%

 BLUE value IS 152 (59.77% from 255) = 43.68%

R = 49.71%
G = 6.61%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD1798 (or 0xAD1798) is known color: Medium Violet Red. HEX triplet: AD, 17 and 98. RGB value is (173,23,152). Sum of RGB (Red+Green+Blue) = 173+23+152=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1798 is #52E867. Grayscale: #525252. Windows color (decimal): -5433448 or 9967533. OLE color: 9967533.

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

Color convert

RGB 173 23 152 -
CMYK 0 0.87 0.12 0.32
HSL 308.4º 0.77% 0.38% -
HSV(B) 308.4º 0.87% 0.68% -
XYZ 23.21 11.76 30.75 -
YUV 82.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 173 23 152 0 0.87 0.12 0.32 308.4 0.77 0.38
Hex AD 17 98 0 57 C 20 134 4D 26
Octal 255 27 230 0 127 14 40 464 115 46
Binary 10101101 10111 10011000 0 1010111 1100 100000 100110100 1001101 100110

Color Harmonies of #AD1798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1798

Black with #AD1798

Text Example


Text Example

White with #AD1798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1798; }

 p { color: rgb(173,23,152); }

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

background-color css

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

 a { background-color: rgb(173,23,152); }

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

border-color css

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

 span { border-color: rgb(173,23,152); }

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