#AD3080

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

Shades of Medium Red Violet #AD3080

Tints of Medium Red Violet #AD3080

Color information

#AD3080 (or 0xAD3080) is unknown color: approx Medium Red Violet. HEX triplet: AD, 30 and 80. RGB value is (173,48,128). Sum of RGB (Red+Green+Blue) = 173+48+128=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3080 is #52CF7F. Grayscale: #5E5E5E. Windows color (decimal): -5427072 or 8401069. OLE color: 8401069.

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

Color convert

RGB17348128-
CMYK00.720.260.32
HSL321.6º56.56%43.33%-
HSV(B)321.6º72.25%67.84%-
XYZ22.1912.5621.68-
YUV94.49146.91184-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.57%
GREEN value IS 48 (19.14% from 255) = 13.75%
BLUE value IS 128 (50.39% from 255) = 36.68%
R=49.57%
G=13.75%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734812800.720.260.32321.656.5643.33
HexAD30800481A20142392b
Octal25560200011032405027153
Binary10101101110000100000000100100011010100000101000010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3080; }

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

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

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

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

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

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

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

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