Html Css Color HEX #AD338C Medium Red Violet

📋 copy color: '#AD338C'

red 173 ◦ green 51 ◦ blue 140

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

Shades of Medium Red Violet #AD338C

Tints of Medium Red Violet #AD338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.01%

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 47.53%
G = 14.01%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD338C (or 0xAD338C) is known color: Medium Red Violet. HEX triplet: AD, 33 and 8C. RGB value is (173,51,140). Sum of RGB (Red+Green+Blue) = 173+51+140=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD338C is #52CC73. Grayscale: #616161. Windows color (decimal): -5426292 or 9188269. OLE color: 9188269.

HSL color Cylindrical-coordinate representation of color #AD338C: hue angle of 316.23º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD338C is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 51 140 -
CMYK 0 0.71 0.19 0.32
HSL 316.23º 0.54% 0.44% -
HSV(B) 316.23º 0.71% 0.68% -
XYZ 23.15 13.15 26.13 -
YUV 97.62 151.92 181.76 -
System Red Green Blue C M Y K H S L
Decimal 173 51 140 0 0.71 0.19 0.32 316.23 0.54 0.44
Hex AD 33 8C 0 47 13 20 13C 36 2C
Octal 255 63 214 0 107 23 40 474 66 54
Binary 10101101 110011 10001100 0 1000111 10011 100000 100111100 110110 101100

Color Harmonies of #AD338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD338C

Black with #AD338C

Text Example


Text Example

White with #AD338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD338C; }

 p { color: rgb(173,51,140); }

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

background-color css

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

 a { background-color: rgb(173,51,140); }

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

border-color css

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

 span { border-color: rgb(173,51,140); }

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