Html Css Color HEX #AD1C8C Medium Violet Red

📋 copy color: '#AD1C8C'

red 173 ◦ green 28 ◦ blue 140

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

Shades of Medium Violet Red #AD1C8C

Tints of Medium Violet Red #AD1C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.06%

R = 50.73%
G = 8.21%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD1C8C (or 0xAD1C8C) is known color: Medium Violet Red. HEX triplet: AD, 1C and 8C. RGB value is (173,28,140). Sum of RGB (Red+Green+Blue) = 173+28+140=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1C8C is #52E373. Grayscale: #535353. Windows color (decimal): -5432180 or 9182381. OLE color: 9182381.

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

Color convert

RGB 173 28 140 -
CMYK 0 0.84 0.19 0.32
HSL 313.66º 0.72% 0.39% -
HSV(B) 313.66º 0.84% 0.68% -
XYZ 22.38 11.61 25.87 -
YUV 84.12 159.54 191.39 -
System Red Green Blue C M Y K H S L
Decimal 173 28 140 0 0.84 0.19 0.32 313.66 0.72 0.39
Hex AD 1C 8C 0 54 13 20 13A 48 27
Octal 255 34 214 0 124 23 40 472 110 47
Binary 10101101 11100 10001100 0 1010100 10011 100000 100111010 1001000 100111

Color Harmonies of #AD1C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C8C

Black with #AD1C8C

Text Example


Text Example

White with #AD1C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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