Html Css Color HEX #AD1B8D Medium Violet Red

📋 copy color: '#AD1B8D'

red 173 ◦ green 27 ◦ blue 141

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

Shades of Medium Violet Red #AD1B8D

Tints of Medium Violet Red #AD1B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 50.73%
G = 7.92%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD1B8D (or 0xAD1B8D) is known color: Medium Violet Red. HEX triplet: AD, 1B and 8D. RGB value is (173,27,141). Sum of RGB (Red+Green+Blue) = 173+27+141=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1B8D is #52E472. Grayscale: #535353. Windows color (decimal): -5432435 or 9247661. OLE color: 9247661.

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

Color convert

RGB 173 27 141 -
CMYK 0 0.84 0.18 0.32
HSL 313.15º 0.73% 0.39% -
HSV(B) 313.15º 0.84% 0.68% -
XYZ 22.43 11.59 26.25 -
YUV 83.65 160.37 191.73 -
System Red Green Blue C M Y K H S L
Decimal 173 27 141 0 0.84 0.18 0.32 313.15 0.73 0.39
Hex AD 1B 8D 0 54 12 20 139 49 27
Octal 255 33 215 0 124 22 40 471 111 47
Binary 10101101 11011 10001101 0 1010100 10010 100000 100111001 1001001 100111

Color Harmonies of #AD1B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B8D

Black with #AD1B8D

Text Example


Text Example

White with #AD1B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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