Html Css Color HEX #AD359C Medium Red Violet

📋 copy color: '#AD359C'

red 173 ◦ green 53 ◦ blue 156

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

Shades of Medium Red Violet #AD359C

Tints of Medium Red Violet #AD359C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.84%

R = 45.29%
G = 13.87%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD359C (or 0xAD359C) is known color: Medium Red Violet. HEX triplet: AD, 35 and 9C. RGB value is (173,53,156). Sum of RGB (Red+Green+Blue) = 173+53+156=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD359C is #52CA63. Grayscale: #646464. Windows color (decimal): -5425764 or 10237357. OLE color: 10237357.

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

Color convert

RGB 173 53 156 -
CMYK 0 0.69 0.10 0.32
HSL 308.5º 0.53% 0.44% -
HSV(B) 308.5º 0.69% 0.68% -
XYZ 24.51 13.83 32.83 -
YUV 100.62 159.26 179.62 -
System Red Green Blue C M Y K H S L
Decimal 173 53 156 0 0.69 0.10 0.32 308.5 0.53 0.44
Hex AD 35 9C 0 45 A 20 134 35 2C
Octal 255 65 234 0 105 12 40 464 65 54
Binary 10101101 110101 10011100 0 1000101 1010 100000 100110100 110101 101100

Color Harmonies of #AD359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD359C

Black with #AD359C

Text Example


Text Example

White with #AD359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD359C; }

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

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

background-color css

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

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

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

border-color css

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

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

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