#AD266F

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

Shades of Medium Red Violet #AD266F

Tints of Medium Red Violet #AD266F

Color information

#AD266F (or 0xAD266F) is unknown color: approx Medium Red Violet. HEX triplet: AD, 26 and 6F. RGB value is (173,38,111). Sum of RGB (Red+Green+Blue) = 173+38+111=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD266F is #52D990. Grayscale: #565656. Windows color (decimal): -5429649 or 7284397. OLE color: 7284397.

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

Color convert

RGB17338111-
CMYK00.780.360.32
HSL327.56º63.98%41.37%-
HSV(B)327.56º78.03%67.84%-
XYZ20.811.4216.15-
YUV86.69141.73189.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.73%
GREEN value IS 38 (15.23% from 255) = 11.80%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=53.73%
G=11.80%
B=34.47%

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
Decimal1733811100.780.360.32327.5663.9841.37
HexAD266F04E24201484029
Octal255461570116444051010051
Binary101011011001101101111010011101001001000001010010001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD266F; }

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

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

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

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

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

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

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

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