Html Css Color HEX #AD147F Medium Violet Red

📋 copy color: '#AD147F'

red 173 ◦ green 20 ◦ blue 127

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

Shades of Medium Violet Red #AD147F

Tints of Medium Violet Red #AD147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.25%

 BLUE value IS 127 (50% from 255) = 39.69%

R = 54.06%
G = 6.25%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD147F (or 0xAD147F) is known color: Medium Violet Red. HEX triplet: AD, 14 and 7F. RGB value is (173,20,127). Sum of RGB (Red+Green+Blue) = 173+20+127=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD147F is #52EB80. Grayscale: #4D4D4D. Windows color (decimal): -5434241 or 8328365. OLE color: 8328365.

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

Color convert

RGB 173 20 127 -
CMYK 0 0.88 0.27 0.32
HSL 318.04º 0.79% 0.38% -
HSV(B) 318.04º 0.88% 0.68% -
XYZ 21.31 10.92 21.06 -
YUV 77.95 155.69 195.8 -
System Red Green Blue C M Y K H S L
Decimal 173 20 127 0 0.88 0.27 0.32 318.04 0.79 0.38
Hex AD 14 7F 0 58 1B 20 13E 4F 26
Octal 255 24 177 0 130 33 40 476 117 46
Binary 10101101 10100 1111111 0 1011000 11011 100000 100111110 1001111 100110

Color Harmonies of #AD147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD147F

Black with #AD147F

Text Example


Text Example

White with #AD147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD147F; }

 p { color: rgb(173,20,127); }

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

background-color css

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

 a { background-color: rgb(173,20,127); }

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

border-color css

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

 span { border-color: rgb(173,20,127); }

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