Html Css Color HEX #AD379C Medium Red Violet

📋 copy color: '#AD379C'

red 173 ◦ green 55 ◦ blue 156

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

Shades of Medium Red Violet #AD379C

Tints of Medium Red Violet #AD379C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.32%

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

R = 45.05%
G = 14.32%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD379C (or 0xAD379C) is known color: Medium Red Violet. HEX triplet: AD, 37 and 9C. RGB value is (173,55,156). Sum of RGB (Red+Green+Blue) = 173+55+156=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD379C is #52C863. Grayscale: #656565. Windows color (decimal): -5425252 or 10237869. OLE color: 10237869.

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

Color convert

RGB 173 55 156 -
CMYK 0 0.68 0.10 0.32
HSL 308.64º 0.52% 0.45% -
HSV(B) 308.64º 0.68% 0.68% -
XYZ 24.6 14.02 32.86 -
YUV 101.8 158.59 178.79 -
System Red Green Blue C M Y K H S L
Decimal 173 55 156 0 0.68 0.10 0.32 308.64 0.52 0.45
Hex AD 37 9C 0 44 A 20 135 34 2D
Octal 255 67 234 0 104 12 40 465 64 55
Binary 10101101 110111 10011100 0 1000100 1010 100000 100110101 110100 101101

Color Harmonies of #AD379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD379C

Black with #AD379C

Text Example


Text Example

White with #AD379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD379C; }

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

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

background-color css

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

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

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

border-color css

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

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

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