Html Css Color HEX #AD0189 Medium Violet Red

📋 copy color: '#AD0189'

red 173 ◦ green 1 ◦ blue 137

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

Shades of Medium Violet Red #AD0189

Tints of Medium Violet Red #AD0189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 44.05%

R = 55.63%
G = 0.32%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD0189 (or 0xAD0189) is known color: Medium Violet Red. HEX triplet: AD, 01 and 89. RGB value is (173,1,137). Sum of RGB (Red+Green+Blue) = 173+1+137=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0189 is #52FE76. Grayscale: #434343. Windows color (decimal): -5439095 or 8978861. OLE color: 8978861.

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

Color convert

RGB 173 1 137 -
CMYK 0 0.99 0.21 0.32
HSL 312.56º 0.99% 0.34% -
HSV(B) 312.56º 0.99% 0.68% -
XYZ 21.76 10.71 24.59 -
YUV 67.93 166.98 202.94 -
System Red Green Blue C M Y K H S L
Decimal 173 1 137 0 0.99 0.21 0.32 312.56 0.99 0.34
Hex AD 1 89 0 63 15 20 139 63 22
Octal 255 1 211 0 143 25 40 471 143 42
Binary 10101101 1 10001001 0 1100011 10101 100000 100111001 1100011 100010

Color Harmonies of #AD0189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0189

Black with #AD0189

Text Example


Text Example

White with #AD0189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0189; }

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

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

background-color css

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

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

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

border-color css

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

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

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