Html Css Color HEX #AD2489 Medium Red Violet

📋 copy color: '#AD2489'

red 173 ◦ green 36 ◦ blue 137

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

Shades of Medium Red Violet #AD2489

Tints of Medium Red Violet #AD2489

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.4%

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

R = 50%
G = 10.4%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD2489 (or 0xAD2489) is known color: Medium Red Violet. HEX triplet: AD, 24 and 89. RGB value is (173,36,137). Sum of RGB (Red+Green+Blue) = 173+36+137=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2489 is #52DB76. Grayscale: #585858. Windows color (decimal): -5430135 or 8987821. OLE color: 8987821.

HSL color Cylindrical-coordinate representation of color #AD2489: hue angle of 315.77º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2489 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 36 137 -
CMYK 0 0.79 0.21 0.32
HSL 315.77º 0.66% 0.41% -
HSV(B) 315.77º 0.79% 0.68% -
XYZ 22.38 11.95 24.79 -
YUV 88.48 155.39 188.29 -
System Red Green Blue C M Y K H S L
Decimal 173 36 137 0 0.79 0.21 0.32 315.77 0.66 0.41
Hex AD 24 89 0 4F 15 20 13C 42 29
Octal 255 44 211 0 117 25 40 474 102 51
Binary 10101101 100100 10001001 0 1001111 10101 100000 100111100 1000010 101001

Color Harmonies of #AD2489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2489

Black with #AD2489

Text Example


Text Example

White with #AD2489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2489; }

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

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

background-color css

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

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

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

border-color css

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

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

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