Html Css Color HEX #AD2490 Medium Red Violet

📋 copy color: '#AD2490'

red 173 ◦ green 36 ◦ blue 144

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

Shades of Medium Red Violet #AD2490

Tints of Medium Red Violet #AD2490

RGB

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

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

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

R = 49.01%
G = 10.2%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD2490 (or 0xAD2490) is known color: Medium Red Violet. HEX triplet: AD, 24 and 90. RGB value is (173,36,144). Sum of RGB (Red+Green+Blue) = 173+36+144=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2490 is #52DB6F. Grayscale: #585858. Windows color (decimal): -5430128 or 9446573. OLE color: 9446573.

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

Color convert

RGB 173 36 144 -
CMYK 0 0.79 0.17 0.32
HSL 312.7º 0.66% 0.41% -
HSV(B) 312.7º 0.79% 0.68% -
XYZ 22.9 12.16 27.53 -
YUV 89.28 158.89 187.72 -
System Red Green Blue C M Y K H S L
Decimal 173 36 144 0 0.79 0.17 0.32 312.7 0.66 0.41
Hex AD 24 90 0 4F 11 20 139 42 29
Octal 255 44 220 0 117 21 40 471 102 51
Binary 10101101 100100 10010000 0 1001111 10001 100000 100111001 1000010 101001

Color Harmonies of #AD2490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2490

Black with #AD2490

Text Example


Text Example

White with #AD2490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2490; }

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

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

background-color css

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

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

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

border-color css

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

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

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