Html Css Color HEX #AD158F Medium Violet Red

📋 copy color: '#AD158F'

red 173 ◦ green 21 ◦ blue 143

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

Shades of Medium Violet Red #AD158F

Tints of Medium Violet Red #AD158F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.43%

R = 51.34%
G = 6.23%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD158F (or 0xAD158F) is known color: Medium Violet Red. HEX triplet: AD, 15 and 8F. RGB value is (173,21,143). Sum of RGB (Red+Green+Blue) = 173+21+143=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD158F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD158F is #52EA70. Grayscale: #505050. Windows color (decimal): -5433969 or 9377197. OLE color: 9377197.

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

Color convert

RGB 173 21 143 -
CMYK 0 0.88 0.17 0.32
HSL 311.84º 0.78% 0.38% -
HSV(B) 311.84º 0.88% 0.68% -
XYZ 22.46 11.4 27 -
YUV 80.36 163.36 194.08 -
System Red Green Blue C M Y K H S L
Decimal 173 21 143 0 0.88 0.17 0.32 311.84 0.78 0.38
Hex AD 15 8F 0 58 11 20 138 4E 26
Octal 255 25 217 0 130 21 40 470 116 46
Binary 10101101 10101 10001111 0 1011000 10001 100000 100111000 1001110 100110

Color Harmonies of #AD158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD158F

Black with #AD158F

Text Example


Text Example

White with #AD158F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD158F; }

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

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

background-color css

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

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

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

border-color css

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

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

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