Html Css Color HEX #AD158D Medium Violet Red

📋 copy color: '#AD158D'

red 173 ◦ green 21 ◦ blue 141

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

Shades of Medium Violet Red #AD158D

Tints of Medium Violet Red #AD158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.27%

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

R = 51.64%
G = 6.27%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD158D (or 0xAD158D) is known color: Medium Violet Red. HEX triplet: AD, 15 and 8D. RGB value is (173,21,141). Sum of RGB (Red+Green+Blue) = 173+21+141=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD158D is #52EA72. Grayscale: #4F4F4F. Windows color (decimal): -5433971 or 9246125. OLE color: 9246125.

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

Color convert

RGB 173 21 141 -
CMYK 0 0.88 0.18 0.32
HSL 312.63º 0.78% 0.38% -
HSV(B) 312.63º 0.88% 0.68% -
XYZ 22.31 11.34 26.21 -
YUV 80.13 162.36 194.24 -
System Red Green Blue C M Y K H S L
Decimal 173 21 141 0 0.88 0.18 0.32 312.63 0.78 0.38
Hex AD 15 8D 0 58 12 20 139 4E 26
Octal 255 25 215 0 130 22 40 471 116 46
Binary 10101101 10101 10001101 0 1011000 10010 100000 100111001 1001110 100110

Color Harmonies of #AD158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD158D

Black with #AD158D

Text Example


Text Example

White with #AD158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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