#AD3083

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

Shades of Medium Red Violet #AD3083

Tints of Medium Red Violet #AD3083

Color information

#AD3083 (or 0xAD3083) is unknown color: approx Medium Red Violet. HEX triplet: AD, 30 and 83. RGB value is (173,48,131). Sum of RGB (Red+Green+Blue) = 173+48+131=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3083 is #52CF7C. Grayscale: #5E5E5E. Windows color (decimal): -5427069 or 8597677. OLE color: 8597677.

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

Color convert

RGB17348131-
CMYK00.720.240.32
HSL320.16º56.56%43.33%-
HSV(B)320.16º72.25%67.84%-
XYZ22.3912.6422.73-
YUV94.84148.41183.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.15%
GREEN value IS 48 (19.14% from 255) = 13.64%
BLUE value IS 131 (51.56% from 255) = 37.22%
R=49.15%
G=13.64%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734813100.720.240.32320.1656.5643.33
HexAD30830481820140392b
Octal25560203011030405007153
Binary10101101110000100000110100100011000100000101000000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3083; }

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

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

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

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

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

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

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

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