Html Css Color HEX #AD2390 Medium Red Violet

📋 copy color: '#AD2390'

red 173 ◦ green 35 ◦ blue 144

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

Shades of Medium Red Violet #AD2390

Tints of Medium Red Violet #AD2390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.94%

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

R = 49.15%
G = 9.94%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD2390 (or 0xAD2390) is known color: Medium Red Violet. HEX triplet: AD, 23 and 90. RGB value is (173,35,144). Sum of RGB (Red+Green+Blue) = 173+35+144=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2390 is #52DC6F. Grayscale: #585858. Windows color (decimal): -5430384 or 9446317. OLE color: 9446317.

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

Color convert

RGB 173 35 144 -
CMYK 0 0.80 0.17 0.32
HSL 312.61º 0.66% 0.41% -
HSV(B) 312.61º 0.8% 0.68% -
XYZ 22.87 12.1 27.52 -
YUV 88.69 159.22 188.14 -
System Red Green Blue C M Y K H S L
Decimal 173 35 144 0 0.80 0.17 0.32 312.61 0.66 0.41
Hex AD 23 90 0 50 11 20 139 42 29
Octal 255 43 220 0 120 21 40 471 102 51
Binary 10101101 100011 10010000 0 1010000 10001 100000 100111001 1000010 101001

Color Harmonies of #AD2390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2390

Black with #AD2390

Text Example


Text Example

White with #AD2390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2390; }

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

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

background-color css

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

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

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

border-color css

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

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

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