Html Css Color HEX #AD1B7B Medium Violet Red

📋 copy color: '#AD1B7B'

red 173 ◦ green 27 ◦ blue 123

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

Shades of Medium Violet Red #AD1B7B

Tints of Medium Violet Red #AD1B7B

RGB

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

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

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

R = 53.56%
G = 8.36%
B = 38.08%

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

#AD1B7B (or 0xAD1B7B) is known color: Medium Violet Red. HEX triplet: AD, 1B and 7B. RGB value is (173,27,123). Sum of RGB (Red+Green+Blue) = 173+27+123=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1B7B is #52E484. Grayscale: #515151. Windows color (decimal): -5432453 or 8068013. OLE color: 8068013.

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

Color convert

RGB 173 27 123 -
CMYK 0 0.84 0.29 0.32
HSL 320.55º 0.73% 0.39% -
HSV(B) 320.55º 0.84% 0.68% -
XYZ 21.2 11.1 19.76 -
YUV 81.6 151.37 193.19 -
System Red Green Blue C M Y K H S L
Decimal 173 27 123 0 0.84 0.29 0.32 320.55 0.73 0.39
Hex AD 1B 7B 0 54 1D 20 141 49 27
Octal 255 33 173 0 124 35 40 501 111 47
Binary 10101101 11011 1111011 0 1010100 11101 100000 101000001 1001001 100111

Color Harmonies of #AD1B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B7B

Black with #AD1B7B

Text Example


Text Example

White with #AD1B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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