#AD256E

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

Shades of Medium Red Violet #AD256E

Tints of Medium Red Violet #AD256E

Color information

#AD256E (or 0xAD256E) is unknown color: approx Medium Red Violet. HEX triplet: AD, 25 and 6E. RGB value is (173,37,110). Sum of RGB (Red+Green+Blue) = 173+37+110=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD256E is #52DA91. Grayscale: #555555. Windows color (decimal): -5429906 or 7218605. OLE color: 7218605.

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

Color convert

RGB17337110-
CMYK00.790.360.32
HSL327.79º64.76%41.18%-
HSV(B)327.79º78.61%67.84%-
XYZ20.7111.3315.85-
YUV85.99141.56190.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.06%
GREEN value IS 37 (14.84% from 255) = 11.56%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=54.06%
G=11.56%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733711000.790.360.32327.7964.7641.18
HexAD256E04F24201484129
Octal255451560117444051010151
Binary101011011001011101110010011111001001000001010010001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD256E; }

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

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

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

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

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

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

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

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