Html Css Color HEX #AD1999 Medium Violet Red

📋 copy color: '#AD1999'

red 173 ◦ green 25 ◦ blue 153

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

Shades of Medium Violet Red #AD1999

Tints of Medium Violet Red #AD1999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.12%

 BLUE value IS 153 (60.16% from 255) = 43.59%

R = 49.29%
G = 7.12%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD1999 (or 0xAD1999) is known color: Medium Violet Red. HEX triplet: AD, 19 and 99. RGB value is (173,25,153). Sum of RGB (Red+Green+Blue) = 173+25+153=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1999 is #52E666. Grayscale: #535353. Windows color (decimal): -5432935 or 10033581. OLE color: 10033581.

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

Color convert

RGB 173 25 153 -
CMYK 0 0.86 0.12 0.32
HSL 308.11º 0.75% 0.39% -
HSV(B) 308.11º 0.86% 0.68% -
XYZ 23.33 11.88 31.2 -
YUV 83.84 167.03 191.59 -
System Red Green Blue C M Y K H S L
Decimal 173 25 153 0 0.86 0.12 0.32 308.11 0.75 0.39
Hex AD 19 99 0 56 C 20 134 4B 27
Octal 255 31 231 0 126 14 40 464 113 47
Binary 10101101 11001 10011001 0 1010110 1100 100000 100110100 1001011 100111

Color Harmonies of #AD1999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1999

Black with #AD1999

Text Example


Text Example

White with #AD1999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1999; }

 p { color: rgb(173,25,153); }

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

background-color css

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

 a { background-color: rgb(173,25,153); }

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

border-color css

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

 span { border-color: rgb(173,25,153); }

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