Html Css Color HEX #AD387D Medium Red Violet

📋 copy color: '#AD387D'

red 173 ◦ green 56 ◦ blue 125

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

Shades of Medium Red Violet #AD387D

Tints of Medium Red Violet #AD387D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 48.87%
G = 15.82%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD387D (or 0xAD387D) is known color: Medium Red Violet. HEX triplet: AD, 38 and 7D. RGB value is (173,56,125). Sum of RGB (Red+Green+Blue) = 173+56+125=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD387D is #52C782. Grayscale: #626262. Windows color (decimal): -5425027 or 8206509. OLE color: 8206509.

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

Color convert

RGB 173 56 125 -
CMYK 0 0.68 0.28 0.32
HSL 324.62º 0.51% 0.45% -
HSV(B) 324.62º 0.68% 0.68% -
XYZ 22.35 13.19 20.77 -
YUV 98.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 173 56 125 0 0.68 0.28 0.32 324.62 0.51 0.45
Hex AD 38 7D 0 44 1C 20 145 33 2D
Octal 255 70 175 0 104 34 40 505 63 55
Binary 10101101 111000 1111101 0 1000100 11100 100000 101000101 110011 101101

Color Harmonies of #AD387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD387D

Black with #AD387D

Text Example


Text Example

White with #AD387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD387D; }

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

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

background-color css

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

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

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

border-color css

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

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

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