Html Css Color HEX #AD3992 Medium Red Violet

📋 copy color: '#AD3992'

red 173 ◦ green 57 ◦ blue 146

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

Shades of Medium Red Violet #AD3992

Tints of Medium Red Violet #AD3992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.16%

 BLUE value IS 146 (57.42% from 255) = 38.83%

R = 46.01%
G = 15.16%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD3992 (or 0xAD3992) is known color: Medium Red Violet. HEX triplet: AD, 39 and 92. RGB value is (173,57,146). Sum of RGB (Red+Green+Blue) = 173+57+146=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3992 is #52C66D. Grayscale: #656565. Windows color (decimal): -5424750 or 9583021. OLE color: 9583021.

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

Color convert

RGB 173 57 146 -
CMYK 0 0.67 0.16 0.32
HSL 313.97º 0.5% 0.45% -
HSV(B) 313.97º 0.67% 0.68% -
XYZ 23.89 13.89 28.62 -
YUV 101.83 152.93 178.76 -
System Red Green Blue C M Y K H S L
Decimal 173 57 146 0 0.67 0.16 0.32 313.97 0.5 0.45
Hex AD 39 92 0 43 10 20 13A 32 2D
Octal 255 71 222 0 103 20 40 472 62 55
Binary 10101101 111001 10010010 0 1000011 10000 100000 100111010 110010 101101

Color Harmonies of #AD3992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3992

Black with #AD3992

Text Example


Text Example

White with #AD3992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3992; }

 p { color: rgb(173,57,146); }

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

background-color css

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

 a { background-color: rgb(173,57,146); }

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

border-color css

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

 span { border-color: rgb(173,57,146); }

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