Html Css Color HEX #AD387A Medium Red Violet

📋 copy color: '#AD387A'

red 173 ◦ green 56 ◦ blue 122

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

Shades of Medium Red Violet #AD387A

Tints of Medium Red Violet #AD387A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.76%

R = 49.29%
G = 15.95%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD387A (or 0xAD387A) is known color: Medium Red Violet. HEX triplet: AD, 38 and 7A. RGB value is (173,56,122). Sum of RGB (Red+Green+Blue) = 173+56+122=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD387A is #52C785. Grayscale: #626262. Windows color (decimal): -5425030 or 8009901. OLE color: 8009901.

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

Color convert

RGB 173 56 122 -
CMYK 0 0.68 0.29 0.32
HSL 326.15º 0.51% 0.45% -
HSV(B) 326.15º 0.68% 0.68% -
XYZ 22.16 13.12 19.78 -
YUV 98.51 141.26 181.13 -
System Red Green Blue C M Y K H S L
Decimal 173 56 122 0 0.68 0.29 0.32 326.15 0.51 0.45
Hex AD 38 7A 0 44 1D 20 146 33 2D
Octal 255 70 172 0 104 35 40 506 63 55
Binary 10101101 111000 1111010 0 1000100 11101 100000 101000110 110011 101101

Color Harmonies of #AD387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD387A

Black with #AD387A

Text Example


Text Example

White with #AD387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD387A; }

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

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

background-color css

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

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

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

border-color css

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

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

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