Html Css Color HEX #AD1398 Medium Violet Red

📋 copy color: '#AD1398'

red 173 ◦ green 19 ◦ blue 152

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

Shades of Medium Violet Red #AD1398

Tints of Medium Violet Red #AD1398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.52%

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

R = 50.29%
G = 5.52%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD1398 (or 0xAD1398) is known color: Medium Violet Red. HEX triplet: AD, 13 and 98. RGB value is (173,19,152). Sum of RGB (Red+Green+Blue) = 173+19+152=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1398 is #52EC67. Grayscale: #4F4F4F. Windows color (decimal): -5434472 or 9966509. OLE color: 9966509.

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

Color convert

RGB 173 19 152 -
CMYK 0 0.89 0.12 0.32
HSL 308.18º 0.8% 0.38% -
HSV(B) 308.18º 0.89% 0.68% -
XYZ 23.13 11.62 30.73 -
YUV 80.21 168.52 194.19 -
System Red Green Blue C M Y K H S L
Decimal 173 19 152 0 0.89 0.12 0.32 308.18 0.8 0.38
Hex AD 13 98 0 59 C 20 134 50 26
Octal 255 23 230 0 131 14 40 464 120 46
Binary 10101101 10011 10011000 0 1011001 1100 100000 100110100 1010000 100110

Color Harmonies of #AD1398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1398

Black with #AD1398

Text Example


Text Example

White with #AD1398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1398; }

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

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

background-color css

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

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

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

border-color css

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

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

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