Html Css Color HEX #AD1B84 Medium Violet Red

📋 copy color: '#AD1B84'

red 173 ◦ green 27 ◦ blue 132

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

Shades of Medium Violet Red #AD1B84

Tints of Medium Violet Red #AD1B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.76%

R = 52.11%
G = 8.13%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD1B84 (or 0xAD1B84) is known color: Medium Violet Red. HEX triplet: AD, 1B and 84. RGB value is (173,27,132). Sum of RGB (Red+Green+Blue) = 173+27+132=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1B84 is #52E47B. Grayscale: #525252. Windows color (decimal): -5432444 or 8657837. OLE color: 8657837.

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

Color convert

RGB 173 27 132 -
CMYK 0 0.84 0.24 0.32
HSL 316.85º 0.73% 0.39% -
HSV(B) 316.85º 0.84% 0.68% -
XYZ 21.79 11.33 22.87 -
YUV 82.62 155.87 192.46 -
System Red Green Blue C M Y K H S L
Decimal 173 27 132 0 0.84 0.24 0.32 316.85 0.73 0.39
Hex AD 1B 84 0 54 18 20 13D 49 27
Octal 255 33 204 0 124 30 40 475 111 47
Binary 10101101 11011 10000100 0 1010100 11000 100000 100111101 1001001 100111

Color Harmonies of #AD1B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B84

Black with #AD1B84

Text Example


Text Example

White with #AD1B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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