Html Css Color HEX #AD377A Medium Red Violet

📋 copy color: '#AD377A'

red 173 ◦ green 55 ◦ blue 122

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

Shades of Medium Red Violet #AD377A

Tints of Medium Red Violet #AD377A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 49.43%
G = 15.71%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD377A (or 0xAD377A) is known color: Medium Red Violet. HEX triplet: AD, 37 and 7A. RGB value is (173,55,122). Sum of RGB (Red+Green+Blue) = 173+55+122=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD377A is #52C885. Grayscale: #616161. Windows color (decimal): -5425286 or 8009645. OLE color: 8009645.

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

Color convert

RGB 173 55 122 -
CMYK 0 0.68 0.29 0.32
HSL 325.93º 0.52% 0.45% -
HSV(B) 325.93º 0.68% 0.68% -
XYZ 22.11 13.02 19.76 -
YUV 97.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 173 55 122 0 0.68 0.29 0.32 325.93 0.52 0.45
Hex AD 37 7A 0 44 1D 20 146 34 2D
Octal 255 67 172 0 104 35 40 506 64 55
Binary 10101101 110111 1111010 0 1000100 11101 100000 101000110 110100 101101

Color Harmonies of #AD377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD377A

Black with #AD377A

Text Example


Text Example

White with #AD377A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD377A; }

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

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

background-color css

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

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

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

border-color css

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

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

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