#AD3096

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

Shades of Medium Red Violet #AD3096

Tints of Medium Red Violet #AD3096

Color information

#AD3096 (or 0xAD3096) is unknown color: approx Medium Red Violet. HEX triplet: AD, 30 and 96. RGB value is (173,48,150). Sum of RGB (Red+Green+Blue) = 173+48+150=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3096 is #52CF69. Grayscale: #606060. Windows color (decimal): -5427050 or 9842861. OLE color: 9842861.

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

Color convert

RGB17348150-
CMYK00.720.130.32
HSL311.04º56.56%43.33%-
HSV(B)311.04º72.25%67.84%-
XYZ23.813.230.15-
YUV97157.91182.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 48 (19.14% from 255) = 12.94%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=46.63%
G=12.94%
B=40.43%

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
Decimal1734815000.720.130.32311.0456.5643.33
HexAD3096048D20137392b
Octal25560226011015404677153
Binary1010110111000010010110010010001101100000100110111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3096; }

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

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

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

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

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

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

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

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