Html Css Color HEX #AD1B7C Medium Violet Red

📋 copy color: '#AD1B7C'

red 173 ◦ green 27 ◦ blue 124

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

Shades of Medium Violet Red #AD1B7C

Tints of Medium Violet Red #AD1B7C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.33%

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

R = 53.4%
G = 8.33%
B = 38.27%

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

#AD1B7C (or 0xAD1B7C) is known color: Medium Violet Red. HEX triplet: AD, 1B and 7C. RGB value is (173,27,124). Sum of RGB (Red+Green+Blue) = 173+27+124=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1B7C is #52E483. Grayscale: #515151. Windows color (decimal): -5432452 or 8133549. OLE color: 8133549.

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

Color convert

RGB 173 27 124 -
CMYK 0 0.84 0.28 0.32
HSL 320.14º 0.73% 0.39% -
HSV(B) 320.14º 0.84% 0.68% -
XYZ 21.26 11.12 20.1 -
YUV 81.71 151.87 193.11 -
System Red Green Blue C M Y K H S L
Decimal 173 27 124 0 0.84 0.28 0.32 320.14 0.73 0.39
Hex AD 1B 7C 0 54 1C 20 140 49 27
Octal 255 33 174 0 124 34 40 500 111 47
Binary 10101101 11011 1111100 0 1010100 11100 100000 101000000 1001001 100111

Color Harmonies of #AD1B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B7C

Black with #AD1B7C

Text Example


Text Example

White with #AD1B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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