Html Css Color HEX #AD359F Medium Red Violet

📋 copy color: '#AD359F'

red 173 ◦ green 53 ◦ blue 159

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

Shades of Medium Red Violet #AD359F

Tints of Medium Red Violet #AD359F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 44.94%
G = 13.77%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD359F (or 0xAD359F) is known color: Medium Red Violet. HEX triplet: AD, 35 and 9F. RGB value is (173,53,159). Sum of RGB (Red+Green+Blue) = 173+53+159=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD359F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD359F is #52CA60. Grayscale: #646464. Windows color (decimal): -5425761 or 10433965. OLE color: 10433965.

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

Color convert

RGB 173 53 159 -
CMYK 0 0.69 0.08 0.32
HSL 307º 0.53% 0.44% -
HSV(B) 307º 0.69% 0.68% -
XYZ 24.76 13.93 34.19 -
YUV 100.96 160.76 179.38 -
System Red Green Blue C M Y K H S L
Decimal 173 53 159 0 0.69 0.08 0.32 307 0.53 0.44
Hex AD 35 9F 0 45 8 20 133 35 2C
Octal 255 65 237 0 105 10 40 463 65 54
Binary 10101101 110101 10011111 0 1000101 1000 100000 100110011 110101 101100

Color Harmonies of #AD359F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD359F

Black with #AD359F

Text Example


Text Example

White with #AD359F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD359F; }

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

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

background-color css

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

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

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

border-color css

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

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

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