Html Css Color HEX #AD379B Medium Red Violet

📋 copy color: '#AD379B'

red 173 ◦ green 55 ◦ blue 155

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

Shades of Medium Red Violet #AD379B

Tints of Medium Red Violet #AD379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 45.17%
G = 14.36%
B = 40.47%

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

#AD379B (or 0xAD379B) is known color: Medium Red Violet. HEX triplet: AD, 37 and 9B. RGB value is (173,55,155). Sum of RGB (Red+Green+Blue) = 173+55+155=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD379B is #52C864. Grayscale: #656565. Windows color (decimal): -5425253 or 10172333. OLE color: 10172333.

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

Color convert

RGB 173 55 155 -
CMYK 0 0.68 0.10 0.32
HSL 309.15º 0.52% 0.45% -
HSV(B) 309.15º 0.68% 0.68% -
XYZ 24.52 13.98 32.42 -
YUV 101.68 158.09 178.87 -
System Red Green Blue C M Y K H S L
Decimal 173 55 155 0 0.68 0.10 0.32 309.15 0.52 0.45
Hex AD 37 9B 0 44 A 20 135 34 2D
Octal 255 67 233 0 104 12 40 465 64 55
Binary 10101101 110111 10011011 0 1000100 1010 100000 100110101 110100 101101

Color Harmonies of #AD379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD379B

Black with #AD379B

Text Example


Text Example

White with #AD379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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