Html Css Color HEX #AD388D Medium Red Violet

📋 copy color: '#AD388D'

red 173 ◦ green 56 ◦ blue 141

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

Shades of Medium Red Violet #AD388D

Tints of Medium Red Violet #AD388D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.14%

 BLUE value IS 141 (55.47% from 255) = 38.11%

R = 46.76%
G = 15.14%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD388D (or 0xAD388D) is known color: Medium Red Violet. HEX triplet: AD, 38 and 8D. RGB value is (173,56,141). Sum of RGB (Red+Green+Blue) = 173+56+141=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD388D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD388D is #52C772. Grayscale: #646464. Windows color (decimal): -5425011 or 9255085. OLE color: 9255085.

HSL color Cylindrical-coordinate representation of color #AD388D: hue angle of 316.41º degrees, saturation: 0.51, 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 #AD388D is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 56 141 -
CMYK 0 0.68 0.18 0.32
HSL 316.41º 0.51% 0.45% -
HSV(B) 316.41º 0.68% 0.68% -
XYZ 23.46 13.64 26.6 -
YUV 100.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 173 56 141 0 0.68 0.18 0.32 316.41 0.51 0.45
Hex AD 38 8D 0 44 12 20 13C 33 2D
Octal 255 70 215 0 104 22 40 474 63 55
Binary 10101101 111000 10001101 0 1000100 10010 100000 100111100 110011 101101

Color Harmonies of #AD388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD388D

Black with #AD388D

Text Example


Text Example

White with #AD388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD388D; }

 p { color: rgb(173,56,141); }

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

background-color css

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

 a { background-color: rgb(173,56,141); }

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

border-color css

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

 span { border-color: rgb(173,56,141); }

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