#AD266E

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

Shades of Medium Red Violet #AD266E

Tints of Medium Red Violet #AD266E

Color information

#AD266E (or 0xAD266E) is unknown color: approx Medium Red Violet. HEX triplet: AD, 26 and 6E. RGB value is (173,38,110). Sum of RGB (Red+Green+Blue) = 173+38+110=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD266E is #52D991. Grayscale: #565656. Windows color (decimal): -5429650 or 7218861. OLE color: 7218861.

HSL color Cylindrical-coordinate representation of color #AD266E: hue angle of 328º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD266E is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB17338110-
CMYK00.780.360.32
HSL328º63.98%41.37%-
HSV(B)328º78.03%67.84%-
XYZ20.7411.415.86-
YUV86.57141.23189.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.89%
GREEN value IS 38 (15.23% from 255) = 11.84%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=53.89%
G=11.84%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733811000.780.360.3232863.9841.37
HexAD266E04E24201484029
Octal255461560116444051010051
Binary101011011001101101110010011101001001000001010010001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD266E; }

 p { color: rgb(173,38,110); }

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

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

 a { background-color: rgb(173,38,110); }

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

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

 span { border-color: rgb(173,38,110); }

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