Html Css Color HEX #AD1C95 Medium Violet Red

📋 copy color: '#AD1C95'

red 173 ◦ green 28 ◦ blue 149

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

Shades of Medium Violet Red #AD1C95

Tints of Medium Violet Red #AD1C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.57%

R = 49.43%
G = 8%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD1C95 (or 0xAD1C95) is known color: Medium Violet Red. HEX triplet: AD, 1C and 95. RGB value is (173,28,149). Sum of RGB (Red+Green+Blue) = 173+28+149=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1C95 is #52E36A. Grayscale: #545454. Windows color (decimal): -5432171 or 9772205. OLE color: 9772205.

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

Color convert

RGB 173 28 149 -
CMYK 0 0.84 0.14 0.32
HSL 309.93º 0.72% 0.39% -
HSV(B) 309.93º 0.84% 0.68% -
XYZ 23.07 11.88 29.51 -
YUV 85.15 164.04 190.66 -
System Red Green Blue C M Y K H S L
Decimal 173 28 149 0 0.84 0.14 0.32 309.93 0.72 0.39
Hex AD 1C 95 0 54 E 20 136 48 27
Octal 255 34 225 0 124 16 40 466 110 47
Binary 10101101 11100 10010101 0 1010100 1110 100000 100110110 1001000 100111

Color Harmonies of #AD1C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C95

Black with #AD1C95

Text Example


Text Example

White with #AD1C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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