#AD279F

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

Shades of Medium Red Violet #AD279F

Tints of Medium Red Violet #AD279F

Color information

#AD279F (or 0xAD279F) is unknown color: approx Medium Red Violet. HEX triplet: AD, 27 and 9F. RGB value is (173,39,159). Sum of RGB (Red+Green+Blue) = 173+39+159=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD279F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD279F is #52D860. Grayscale: #5C5C5C. Windows color (decimal): -5429345 or 10430381. OLE color: 10430381.

HSL color Cylindrical-coordinate representation of color #AD279F: hue angle of 306.27º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD279F is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB17339159-
CMYK00.770.080.32
HSL306.27º63.21%41.57%-
HSV(B)306.27º77.46%67.84%-
XYZ24.2212.8434-
YUV92.75165.39185.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 39 (15.62% from 255) = 10.51%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=46.63%
G=10.51%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733915900.770.080.32306.2763.2141.57
HexAD279F04D8201323f2a
Octal25547237011510404627752
Binary1010110110011110011111010011011000100000100110010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD279F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD279F; }

 p { color: rgb(173,39,159); }

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

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

 a { background-color: rgb(173,39,159); }

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

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

 span { border-color: rgb(173,39,159); }

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