Html Css Color HEX #AD1C7D Medium Violet Red

📋 copy color: '#AD1C7D'

red 173 ◦ green 28 ◦ blue 125

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

Shades of Medium Violet Red #AD1C7D

Tints of Medium Violet Red #AD1C7D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.59%

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

R = 53.07%
G = 8.59%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD1C7D (or 0xAD1C7D) is known color: Medium Violet Red. HEX triplet: AD, 1C and 7D. RGB value is (173,28,125). Sum of RGB (Red+Green+Blue) = 173+28+125=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C7D is #52E382. Grayscale: #525252. Windows color (decimal): -5432195 or 8199341. OLE color: 8199341.

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

Color convert

RGB 173 28 125 -
CMYK 0 0.84 0.28 0.32
HSL 319.86º 0.72% 0.39% -
HSV(B) 319.86º 0.84% 0.68% -
XYZ 21.35 11.2 20.44 -
YUV 82.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 173 28 125 0 0.84 0.28 0.32 319.86 0.72 0.39
Hex AD 1C 7D 0 54 1C 20 140 48 27
Octal 255 34 175 0 124 34 40 500 110 47
Binary 10101101 11100 1111101 0 1010100 11100 100000 101000000 1001000 100111

Color Harmonies of #AD1C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C7D

Black with #AD1C7D

Text Example


Text Example

White with #AD1C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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