Html Css Color HEX #AD1C7B Medium Violet Red

📋 copy color: '#AD1C7B'

red 173 ◦ green 28 ◦ blue 123

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

Shades of Medium Violet Red #AD1C7B

Tints of Medium Violet Red #AD1C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.96%

R = 53.4%
G = 8.64%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD1C7B (or 0xAD1C7B) is known color: Medium Violet Red. HEX triplet: AD, 1C and 7B. RGB value is (173,28,123). Sum of RGB (Red+Green+Blue) = 173+28+123=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C7B is #52E384. Grayscale: #515151. Windows color (decimal): -5432197 or 8068269. OLE color: 8068269.

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

Color convert

RGB 173 28 123 -
CMYK 0 0.84 0.29 0.32
HSL 320.69º 0.72% 0.39% -
HSV(B) 320.69º 0.84% 0.68% -
XYZ 21.22 11.14 19.77 -
YUV 82.19 151.04 192.78 -
System Red Green Blue C M Y K H S L
Decimal 173 28 123 0 0.84 0.29 0.32 320.69 0.72 0.39
Hex AD 1C 7B 0 54 1D 20 141 48 27
Octal 255 34 173 0 124 35 40 501 110 47
Binary 10101101 11100 1111011 0 1010100 11101 100000 101000001 1001000 100111

Color Harmonies of #AD1C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C7B

Black with #AD1C7B

Text Example


Text Example

White with #AD1C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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