#AD3097

Color #AD3097 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AD3097

Tints of Medium Red Violet #AD3097

Color information

#AD3097 (or 0xAD3097) is unknown color: approx Medium Red Violet. HEX triplet: AD, 30 and 97. RGB value is (173,48,151). Sum of RGB (Red+Green+Blue) = 173+48+151=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3097 is #52CF68. Grayscale: #606060. Windows color (decimal): -5427049 or 9908397. OLE color: 9908397.

HSL color Cylindrical-coordinate representation of color #AD3097: hue angle of 310.56º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3097 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB17348151-
CMYK00.720.130.32
HSL310.56º56.56%43.33%-
HSV(B)310.56º72.25%67.84%-
XYZ23.8813.2330.57-
YUV97.12158.41182.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.51%
GREEN value IS 48 (19.14% from 255) = 12.90%
BLUE value IS 151 (59.38% from 255) = 40.59%
R=46.51%
G=12.90%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734815100.720.130.32310.5656.5643.33
HexAD3097048D20137392b
Octal25560227011015404677153
Binary1010110111000010010111010010001101100000100110111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3097; }

 p { color: rgb(173,48,151); }

 H1.HeaderClassName
 {
   color: #AD3097;
 }
 .AnyTagClassName
 {
   color: #AD3097;
 }
</style>
background-color css

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

 a { background-color: rgb(173,48,151); }

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

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

 span { border-color: rgb(173,48,151); }

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