Html Css Color HEX #AD379F Medium Red Violet

📋 copy color: '#AD379F'

red 173 ◦ green 55 ◦ blue 159

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

Shades of Medium Red Violet #AD379F

Tints of Medium Red Violet #AD379F

RGB

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

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

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

R = 44.7%
G = 14.21%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD379F (or 0xAD379F) is known color: Medium Red Violet. HEX triplet: AD, 37 and 9F. RGB value is (173,55,159). Sum of RGB (Red+Green+Blue) = 173+55+159=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD379F is #52C860. Grayscale: #656565. Windows color (decimal): -5425249 or 10434477. OLE color: 10434477.

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

Color convert

RGB 173 55 159 -
CMYK 0 0.68 0.08 0.32
HSL 307.12º 0.52% 0.45% -
HSV(B) 307.12º 0.68% 0.68% -
XYZ 24.86 14.12 34.22 -
YUV 102.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 173 55 159 0 0.68 0.08 0.32 307.12 0.52 0.45
Hex AD 37 9F 0 44 8 20 133 34 2D
Octal 255 67 237 0 104 10 40 463 64 55
Binary 10101101 110111 10011111 0 1000100 1000 100000 100110011 110100 101101

Color Harmonies of #AD379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD379F

Black with #AD379F

Text Example


Text Example

White with #AD379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD379F; }

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

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

background-color css

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

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

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

border-color css

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

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

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