Html Css Color HEX #AD388B Medium Red Violet

📋 copy color: '#AD388B'

red 173 ◦ green 56 ◦ blue 139

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

Shades of Medium Red Violet #AD388B

Tints of Medium Red Violet #AD388B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.77%

R = 47.01%
G = 15.22%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD388B (or 0xAD388B) is known color: Medium Red Violet. HEX triplet: AD, 38 and 8B. RGB value is (173,56,139). Sum of RGB (Red+Green+Blue) = 173+56+139=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD388B is #52C774. Grayscale: #646464. Windows color (decimal): -5425013 or 9124013. OLE color: 9124013.

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

Color convert

RGB 173 56 139 -
CMYK 0 0.68 0.20 0.32
HSL 317.44º 0.51% 0.45% -
HSV(B) 317.44º 0.68% 0.68% -
XYZ 23.31 13.58 25.82 -
YUV 100.45 149.76 179.75 -
System Red Green Blue C M Y K H S L
Decimal 173 56 139 0 0.68 0.20 0.32 317.44 0.51 0.45
Hex AD 38 8B 0 44 14 20 13D 33 2D
Octal 255 70 213 0 104 24 40 475 63 55
Binary 10101101 111000 10001011 0 1000100 10100 100000 100111101 110011 101101

Color Harmonies of #AD388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD388B

Black with #AD388B

Text Example


Text Example

White with #AD388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD388B; }

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

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

background-color css

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

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

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

border-color css

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

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

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