Html Css Color HEX #AD138C Medium Violet Red

📋 copy color: '#AD138C'

red 173 ◦ green 19 ◦ blue 140

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

Shades of Medium Violet Red #AD138C

Tints of Medium Violet Red #AD138C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.72%

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

R = 52.11%
G = 5.72%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD138C (or 0xAD138C) is known color: Medium Violet Red. HEX triplet: AD, 13 and 8C. RGB value is (173,19,140). Sum of RGB (Red+Green+Blue) = 173+19+140=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD138C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD138C is #52EC73. Grayscale: #4E4E4E. Windows color (decimal): -5434484 or 9180077. OLE color: 9180077.

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

Color convert

RGB 173 19 140 -
CMYK 0 0.89 0.19 0.32
HSL 312.86º 0.8% 0.38% -
HSV(B) 312.86º 0.89% 0.68% -
XYZ 22.2 11.24 25.81 -
YUV 78.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 173 19 140 0 0.89 0.19 0.32 312.86 0.8 0.38
Hex AD 13 8C 0 59 13 20 139 50 26
Octal 255 23 214 0 131 23 40 471 120 46
Binary 10101101 10011 10001100 0 1011001 10011 100000 100111001 1010000 100110

Color Harmonies of #AD138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD138C

Black with #AD138C

Text Example


Text Example

White with #AD138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD138C; }

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

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

background-color css

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

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

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

border-color css

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

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

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