Html Css Color HEX #AD358C Medium Red Violet

📋 copy color: '#AD358C'

red 173 ◦ green 53 ◦ blue 140

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

Shades of Medium Red Violet #AD358C

Tints of Medium Red Violet #AD358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.25%

R = 47.27%
G = 14.48%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD358C (or 0xAD358C) is known color: Medium Red Violet. HEX triplet: AD, 35 and 8C. RGB value is (173,53,140). Sum of RGB (Red+Green+Blue) = 173+53+140=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD358C is #52CA73. Grayscale: #626262. Windows color (decimal): -5425780 or 9188781. OLE color: 9188781.

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

Color convert

RGB 173 53 140 -
CMYK 0 0.69 0.19 0.32
HSL 316.5º 0.53% 0.44% -
HSV(B) 316.5º 0.69% 0.68% -
XYZ 23.24 13.32 26.16 -
YUV 98.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 173 53 140 0 0.69 0.19 0.32 316.5 0.53 0.44
Hex AD 35 8C 0 45 13 20 13C 35 2C
Octal 255 65 214 0 105 23 40 474 65 54
Binary 10101101 110101 10001100 0 1000101 10011 100000 100111100 110101 101100

Color Harmonies of #AD358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD358C

Black with #AD358C

Text Example


Text Example

White with #AD358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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