#AD3074

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

Shades of Medium Red Violet #AD3074

Tints of Medium Red Violet #AD3074

Color information

#AD3074 (or 0xAD3074) is unknown color: approx Medium Red Violet. HEX triplet: AD, 30 and 74. RGB value is (173,48,116). Sum of RGB (Red+Green+Blue) = 173+48+116=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3074 is #52CF8B. Grayscale: #5C5C5C. Windows color (decimal): -5427084 or 7614637. OLE color: 7614637.

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

Color convert

RGB17348116-
CMYK00.720.330.32
HSL327.36º56.56%43.33%-
HSV(B)327.36º72.25%67.84%-
XYZ21.4412.2617.76-
YUV93.13140.91184.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.34%
GREEN value IS 48 (19.14% from 255) = 14.24%
BLUE value IS 116 (45.70% from 255) = 34.42%
R=51.34%
G=14.24%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734811600.720.330.32327.3656.5643.33
HexAD30740482120147392b
Octal25560164011041405077153
Binary10101101110000111010001001000100001100000101000111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3074; }

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

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

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

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

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

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

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

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