Html Css Color HEX #AD368C Medium Red Violet

📋 copy color: '#AD368C'

red 173 ◦ green 54 ◦ blue 140

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

Shades of Medium Red Violet #AD368C

Tints of Medium Red Violet #AD368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.71%

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

R = 47.14%
G = 14.71%
B = 38.15%

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

#AD368C (or 0xAD368C) is known color: Medium Red Violet. HEX triplet: AD, 36 and 8C. RGB value is (173,54,140). Sum of RGB (Red+Green+Blue) = 173+54+140=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD368C is #52C973. Grayscale: #636363. Windows color (decimal): -5425524 or 9189037. OLE color: 9189037.

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

Color convert

RGB 173 54 140 -
CMYK 0 0.69 0.19 0.32
HSL 316.64º 0.52% 0.45% -
HSV(B) 316.64º 0.69% 0.68% -
XYZ 23.29 13.42 26.17 -
YUV 99.39 150.92 180.51 -
System Red Green Blue C M Y K H S L
Decimal 173 54 140 0 0.69 0.19 0.32 316.64 0.52 0.45
Hex AD 36 8C 0 45 13 20 13D 34 2D
Octal 255 66 214 0 105 23 40 475 64 55
Binary 10101101 110110 10001100 0 1000101 10011 100000 100111101 110100 101101

Color Harmonies of #AD368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD368C

Black with #AD368C

Text Example


Text Example

White with #AD368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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