Html Css Color HEX #AD3799 Medium Red Violet

📋 copy color: '#AD3799'

red 173 ◦ green 55 ◦ blue 153

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

Shades of Medium Red Violet #AD3799

Tints of Medium Red Violet #AD3799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.44%

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

R = 45.41%
G = 14.44%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD3799 (or 0xAD3799) is known color: Medium Red Violet. HEX triplet: AD, 37 and 99. RGB value is (173,55,153). Sum of RGB (Red+Green+Blue) = 173+55+153=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3799 is #52C866. Grayscale: #656565. Windows color (decimal): -5425255 or 10041261. OLE color: 10041261.

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

Color convert

RGB 173 55 153 -
CMYK 0 0.68 0.12 0.32
HSL 310.17º 0.52% 0.45% -
HSV(B) 310.17º 0.68% 0.68% -
XYZ 24.35 13.92 31.54 -
YUV 101.45 157.09 179.03 -
System Red Green Blue C M Y K H S L
Decimal 173 55 153 0 0.68 0.12 0.32 310.17 0.52 0.45
Hex AD 37 99 0 44 C 20 136 34 2D
Octal 255 67 231 0 104 14 40 466 64 55
Binary 10101101 110111 10011001 0 1000100 1100 100000 100110110 110100 101101

Color Harmonies of #AD3799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3799

Black with #AD3799

Text Example


Text Example

White with #AD3799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3799; }

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

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

background-color css

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

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

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

border-color css

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

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

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