Html Css Color HEX #AD1C7C Medium Violet Red

📋 copy color: '#AD1C7C'

red 173 ◦ green 28 ◦ blue 124

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

Shades of Medium Violet Red #AD1C7C

Tints of Medium Violet Red #AD1C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.15%

R = 53.23%
G = 8.62%
B = 38.15%

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

#AD1C7C (or 0xAD1C7C) is known color: Medium Violet Red. HEX triplet: AD, 1C and 7C. RGB value is (173,28,124). Sum of RGB (Red+Green+Blue) = 173+28+124=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C7C is #52E383. Grayscale: #525252. Windows color (decimal): -5432196 or 8133805. OLE color: 8133805.

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

Color convert

RGB 173 28 124 -
CMYK 0 0.84 0.28 0.32
HSL 320.28º 0.72% 0.39% -
HSV(B) 320.28º 0.84% 0.68% -
XYZ 21.29 11.17 20.1 -
YUV 82.3 151.54 192.69 -
System Red Green Blue C M Y K H S L
Decimal 173 28 124 0 0.84 0.28 0.32 320.28 0.72 0.39
Hex AD 1C 7C 0 54 1C 20 140 48 27
Octal 255 34 174 0 124 34 40 500 110 47
Binary 10101101 11100 1111100 0 1010100 11100 100000 101000000 1001000 100111

Color Harmonies of #AD1C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C7C

Black with #AD1C7C

Text Example


Text Example

White with #AD1C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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