Html Css Color HEX #AD1B7D Medium Violet Red

📋 copy color: '#AD1B7D'

red 173 ◦ green 27 ◦ blue 125

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

Shades of Medium Violet Red #AD1B7D

Tints of Medium Violet Red #AD1B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 53.23%
G = 8.31%
B = 38.46%

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

#AD1B7D (or 0xAD1B7D) is known color: Medium Violet Red. HEX triplet: AD, 1B and 7D. RGB value is (173,27,125). Sum of RGB (Red+Green+Blue) = 173+27+125=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1B7D is #52E482. Grayscale: #515151. Windows color (decimal): -5432451 or 8199085. OLE color: 8199085.

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

Color convert

RGB 173 27 125 -
CMYK 0 0.84 0.28 0.32
HSL 319.73º 0.73% 0.39% -
HSV(B) 319.73º 0.84% 0.68% -
XYZ 21.33 11.15 20.43 -
YUV 81.83 152.37 193.03 -
System Red Green Blue C M Y K H S L
Decimal 173 27 125 0 0.84 0.28 0.32 319.73 0.73 0.39
Hex AD 1B 7D 0 54 1C 20 140 49 27
Octal 255 33 175 0 124 34 40 500 111 47
Binary 10101101 11011 1111101 0 1010100 11100 100000 101000000 1001001 100111

Color Harmonies of #AD1B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B7D

Black with #AD1B7D

Text Example


Text Example

White with #AD1B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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