Html Css Color HEX #AD0184 Medium Violet Red

📋 copy color: '#AD0184'

red 173 ◦ green 1 ◦ blue 132

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

Shades of Medium Violet Red #AD0184

Tints of Medium Violet Red #AD0184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 56.54%
G = 0.33%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD0184 (or 0xAD0184) is known color: Medium Violet Red. HEX triplet: AD, 01 and 84. RGB value is (173,1,132). Sum of RGB (Red+Green+Blue) = 173+1+132=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0184 is #52FE7B. Grayscale: #434343. Windows color (decimal): -5439100 or 8651181. OLE color: 8651181.

HSL color Cylindrical-coordinate representation of color #AD0184: hue angle of 314.3º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0184 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 1 132 -
CMYK 0 0.99 0.24 0.32
HSL 314.3º 0.99% 0.34% -
HSV(B) 314.3º 0.99% 0.68% -
XYZ 21.41 10.57 22.74 -
YUV 67.36 164.48 203.35 -
System Red Green Blue C M Y K H S L
Decimal 173 1 132 0 0.99 0.24 0.32 314.3 0.99 0.34
Hex AD 1 84 0 63 18 20 13A 63 22
Octal 255 1 204 0 143 30 40 472 143 42
Binary 10101101 1 10000100 0 1100011 11000 100000 100111010 1100011 100010

Color Harmonies of #AD0184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0184

Black with #AD0184

Text Example


Text Example

White with #AD0184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0184; }

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

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

background-color css

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

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

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

border-color css

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

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

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