Html Css Color HEX #AD1B7E Medium Violet Red

📋 copy color: '#AD1B7E'

red 173 ◦ green 27 ◦ blue 126

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

Shades of Medium Violet Red #AD1B7E

Tints of Medium Violet Red #AD1B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.65%

R = 53.07%
G = 8.28%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD1B7E (or 0xAD1B7E) is known color: Medium Violet Red. HEX triplet: AD, 1B and 7E. RGB value is (173,27,126). Sum of RGB (Red+Green+Blue) = 173+27+126=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1B7E is #52E481. Grayscale: #515151. Windows color (decimal): -5432450 or 8264621. OLE color: 8264621.

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

Color convert

RGB 173 27 126 -
CMYK 0 0.84 0.27 0.32
HSL 319.32º 0.73% 0.39% -
HSV(B) 319.32º 0.84% 0.68% -
XYZ 21.39 11.17 20.77 -
YUV 81.94 152.87 192.95 -
System Red Green Blue C M Y K H S L
Decimal 173 27 126 0 0.84 0.27 0.32 319.32 0.73 0.39
Hex AD 1B 7E 0 54 1B 20 13F 49 27
Octal 255 33 176 0 124 33 40 477 111 47
Binary 10101101 11011 1111110 0 1010100 11011 100000 100111111 1001001 100111

Color Harmonies of #AD1B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B7E

Black with #AD1B7E

Text Example


Text Example

White with #AD1B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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