Html Css Color HEX #AD3993 Medium Red Violet

📋 copy color: '#AD3993'

red 173 ◦ green 57 ◦ blue 147

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

Shades of Medium Red Violet #AD3993

Tints of Medium Red Violet #AD3993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.99%

R = 45.89%
G = 15.12%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD3993 (or 0xAD3993) is known color: Medium Red Violet. HEX triplet: AD, 39 and 93. RGB value is (173,57,147). Sum of RGB (Red+Green+Blue) = 173+57+147=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3993 is #52C66C. Grayscale: #656565. Windows color (decimal): -5424749 or 9648557. OLE color: 9648557.

HSL color Cylindrical-coordinate representation of color #AD3993: hue angle of 313.45º 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 #AD3993 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 57 147 -
CMYK 0 0.67 0.15 0.32
HSL 313.45º 0.5% 0.45% -
HSV(B) 313.45º 0.67% 0.68% -
XYZ 23.96 13.92 29.03 -
YUV 101.94 153.43 178.68 -
System Red Green Blue C M Y K H S L
Decimal 173 57 147 0 0.67 0.15 0.32 313.45 0.5 0.45
Hex AD 39 93 0 43 F 20 139 32 2D
Octal 255 71 223 0 103 17 40 471 62 55
Binary 10101101 111001 10010011 0 1000011 1111 100000 100111001 110010 101101

Color Harmonies of #AD3993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3993

Black with #AD3993

Text Example


Text Example

White with #AD3993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3993; }

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

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

background-color css

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

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

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

border-color css

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

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

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