Html Css Color HEX #AD3680 Medium Red Violet

📋 copy color: '#AD3680'

red 173 ◦ green 54 ◦ blue 128

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

Shades of Medium Red Violet #AD3680

Tints of Medium Red Violet #AD3680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.21%

 BLUE value IS 128 (50.39% from 255) = 36.06%

R = 48.73%
G = 15.21%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD3680 (or 0xAD3680) is known color: Medium Red Violet. HEX triplet: AD, 36 and 80. RGB value is (173,54,128). Sum of RGB (Red+Green+Blue) = 173+54+128=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3680 is #52C97F. Grayscale: #616161. Windows color (decimal): -5425536 or 8402605. OLE color: 8402605.

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

Color convert

RGB 173 54 128 -
CMYK 0 0.69 0.26 0.32
HSL 322.69º 0.52% 0.45% -
HSV(B) 322.69º 0.69% 0.68% -
XYZ 22.45 13.08 21.76 -
YUV 98.02 144.92 181.48 -
System Red Green Blue C M Y K H S L
Decimal 173 54 128 0 0.69 0.26 0.32 322.69 0.52 0.45
Hex AD 36 80 0 45 1A 20 143 34 2D
Octal 255 66 200 0 105 32 40 503 64 55
Binary 10101101 110110 10000000 0 1000101 11010 100000 101000011 110100 101101

Color Harmonies of #AD3680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3680

Black with #AD3680

Text Example


Text Example

White with #AD3680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3680; }

 p { color: rgb(173,54,128); }

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

background-color css

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

 a { background-color: rgb(173,54,128); }

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

border-color css

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

 span { border-color: rgb(173,54,128); }

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