Html Css Color HEX #AD2890 Medium Red Violet

📋 copy color: '#AD2890'

red 173 ◦ green 40 ◦ blue 144

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

Shades of Medium Red Violet #AD2890

Tints of Medium Red Violet #AD2890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.2%

 BLUE value IS 144 (56.64% from 255) = 40.34%

R = 48.46%
G = 11.2%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD2890 (or 0xAD2890) is known color: Medium Red Violet. HEX triplet: AD, 28 and 90. RGB value is (173,40,144). Sum of RGB (Red+Green+Blue) = 173+40+144=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2890 is #52D76F. Grayscale: #5B5B5B. Windows color (decimal): -5429104 or 9447597. OLE color: 9447597.

HSL color Cylindrical-coordinate representation of color #AD2890: hue angle of 313.08º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2890 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 40 144 -
CMYK 0 0.77 0.17 0.32
HSL 313.08º 0.62% 0.42% -
HSV(B) 313.08º 0.77% 0.68% -
XYZ 23.03 12.42 27.57 -
YUV 91.62 157.56 186.04 -
System Red Green Blue C M Y K H S L
Decimal 173 40 144 0 0.77 0.17 0.32 313.08 0.62 0.42
Hex AD 28 90 0 4D 11 20 139 3E 2A
Octal 255 50 220 0 115 21 40 471 76 52
Binary 10101101 101000 10010000 0 1001101 10001 100000 100111001 111110 101010

Color Harmonies of #AD2890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2890

Black with #AD2890

Text Example


Text Example

White with #AD2890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2890; }

 p { color: rgb(173,40,144); }

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

background-color css

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

 a { background-color: rgb(173,40,144); }

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

border-color css

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

 span { border-color: rgb(173,40,144); }

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