Html Css Color HEX #AD2199 Medium Red Violet

📋 copy color: '#AD2199'

red 173 ◦ green 33 ◦ blue 153

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

Shades of Medium Red Violet #AD2199

Tints of Medium Red Violet #AD2199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.19%

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

R = 48.19%
G = 9.19%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD2199 (or 0xAD2199) is known color: Medium Red Violet. HEX triplet: AD, 21 and 99. RGB value is (173,33,153). Sum of RGB (Red+Green+Blue) = 173+33+153=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2199 is #52DE66. Grayscale: #585858. Windows color (decimal): -5430887 or 10035629. OLE color: 10035629.

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

Color convert

RGB 173 33 153 -
CMYK 0 0.81 0.12 0.32
HSL 308.57º 0.68% 0.4% -
HSV(B) 308.57º 0.81% 0.68% -
XYZ 23.53 12.27 31.27 -
YUV 88.54 164.38 188.24 -
System Red Green Blue C M Y K H S L
Decimal 173 33 153 0 0.81 0.12 0.32 308.57 0.68 0.4
Hex AD 21 99 0 51 C 20 135 44 28
Octal 255 41 231 0 121 14 40 465 104 50
Binary 10101101 100001 10011001 0 1010001 1100 100000 100110101 1000100 101000

Color Harmonies of #AD2199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2199

Black with #AD2199

Text Example


Text Example

White with #AD2199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2199; }

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

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

background-color css

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

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

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

border-color css

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

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

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