Html Css Color HEX #AD1F7D Medium Red Violet

📋 copy color: '#AD1F7D'

red 173 ◦ green 31 ◦ blue 125

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

Shades of Medium Red Violet #AD1F7D

Tints of Medium Red Violet #AD1F7D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.42%

 BLUE value IS 125 (49.22% from 255) = 37.99%

R = 52.58%
G = 9.42%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD1F7D (or 0xAD1F7D) is known color: Medium Red Violet. HEX triplet: AD, 1F and 7D. RGB value is (173,31,125). Sum of RGB (Red+Green+Blue) = 173+31+125=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1F7D is #52E082. Grayscale: #535353. Windows color (decimal): -5431427 or 8200109. OLE color: 8200109.

HSL color Cylindrical-coordinate representation of color #AD1F7D: hue angle of 320.28º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD1F7D is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 31 125 -
CMYK 0 0.82 0.28 0.32
HSL 320.28º 0.7% 0.4% -
HSV(B) 320.28º 0.82% 0.68% -
XYZ 21.43 11.34 20.46 -
YUV 84.17 151.04 191.36 -
System Red Green Blue C M Y K H S L
Decimal 173 31 125 0 0.82 0.28 0.32 320.28 0.7 0.4
Hex AD 1F 7D 0 52 1C 20 140 46 28
Octal 255 37 175 0 122 34 40 500 106 50
Binary 10101101 11111 1111101 0 1010010 11100 100000 101000000 1000110 101000

Color Harmonies of #AD1F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1F7D

Black with #AD1F7D

Text Example


Text Example

White with #AD1F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1F7D; }

 p { color: rgb(173,31,125); }

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

background-color css

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

 a { background-color: rgb(173,31,125); }

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

border-color css

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

 span { border-color: rgb(173,31,125); }

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