Html Css Color HEX #AD3590 Medium Red Violet

📋 copy color: '#AD3590'

red 173 ◦ green 53 ◦ blue 144

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

Shades of Medium Red Violet #AD3590

Tints of Medium Red Violet #AD3590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.32%

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

R = 46.76%
G = 14.32%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD3590 (or 0xAD3590) is known color: Medium Red Violet. HEX triplet: AD, 35 and 90. RGB value is (173,53,144). Sum of RGB (Red+Green+Blue) = 173+53+144=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3590 is #52CA6F. Grayscale: #636363. Windows color (decimal): -5425776 or 9450925. OLE color: 9450925.

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

Color convert

RGB 173 53 144 -
CMYK 0 0.69 0.17 0.32
HSL 314.5º 0.53% 0.44% -
HSV(B) 314.5º 0.69% 0.68% -
XYZ 23.54 13.44 27.74 -
YUV 99.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 173 53 144 0 0.69 0.17 0.32 314.5 0.53 0.44
Hex AD 35 90 0 45 11 20 13A 35 2C
Octal 255 65 220 0 105 21 40 472 65 54
Binary 10101101 110101 10010000 0 1000101 10001 100000 100111010 110101 101100

Color Harmonies of #AD3590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3590

Black with #AD3590

Text Example


Text Example

White with #AD3590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3590; }

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

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

background-color css

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

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

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

border-color css

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

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

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