Html Css Color HEX #AD3775 Medium Red Violet

📋 copy color: '#AD3775'

red 173 ◦ green 55 ◦ blue 117

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

Shades of Medium Red Violet #AD3775

Tints of Medium Red Violet #AD3775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.91%

R = 50.14%
G = 15.94%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD3775 (or 0xAD3775) is known color: Medium Red Violet. HEX triplet: AD, 37 and 75. RGB value is (173,55,117). Sum of RGB (Red+Green+Blue) = 173+55+117=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3775 is #52C88A. Grayscale: #616161. Windows color (decimal): -5425291 or 7681965. OLE color: 7681965.

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

Color convert

RGB 173 55 117 -
CMYK 0 0.68 0.32 0.32
HSL 328.47º 0.52% 0.45% -
HSV(B) 328.47º 0.68% 0.68% -
XYZ 21.81 12.9 18.17 -
YUV 97.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 173 55 117 0 0.68 0.32 0.32 328.47 0.52 0.45
Hex AD 37 75 0 44 20 20 148 34 2D
Octal 255 67 165 0 104 40 40 510 64 55
Binary 10101101 110111 1110101 0 1000100 100000 100000 101001000 110100 101101

Color Harmonies of #AD3775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3775

Black with #AD3775

Text Example


Text Example

White with #AD3775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3775; }

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

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

background-color css

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

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

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

border-color css

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

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

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