Html Css Color HEX #AD2889 Medium Red Violet

📋 copy color: '#AD2889'

red 173 ◦ green 40 ◦ blue 137

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

Shades of Medium Red Violet #AD2889

Tints of Medium Red Violet #AD2889

RGB

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

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

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

R = 49.43%
G = 11.43%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD2889 (or 0xAD2889) is known color: Medium Red Violet. HEX triplet: AD, 28 and 89. RGB value is (173,40,137). Sum of RGB (Red+Green+Blue) = 173+40+137=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2889 is #52D776. Grayscale: #5A5A5A. Windows color (decimal): -5429111 or 8988845. OLE color: 8988845.

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

Color convert

RGB 173 40 137 -
CMYK 0 0.77 0.21 0.32
HSL 316.24º 0.62% 0.42% -
HSV(B) 316.24º 0.77% 0.68% -
XYZ 22.51 12.21 24.84 -
YUV 90.83 154.06 186.61 -
System Red Green Blue C M Y K H S L
Decimal 173 40 137 0 0.77 0.21 0.32 316.24 0.62 0.42
Hex AD 28 89 0 4D 15 20 13C 3E 2A
Octal 255 50 211 0 115 25 40 474 76 52
Binary 10101101 101000 10001001 0 1001101 10101 100000 100111100 111110 101010

Color Harmonies of #AD2889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2889

Black with #AD2889

Text Example


Text Example

White with #AD2889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2889; }

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

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

background-color css

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

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

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

border-color css

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

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

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