#AD258E

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

Shades of Medium Red Violet #AD258E

Tints of Medium Red Violet #AD258E

Color information

#AD258E (or 0xAD258E) is unknown color: approx Medium Red Violet. HEX triplet: AD, 25 and 8E. RGB value is (173,37,142). Sum of RGB (Red+Green+Blue) = 173+37+142=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD258E is #52DA71. Grayscale: #595959. Windows color (decimal): -5429874 or 9315757. OLE color: 9315757.

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

Color convert

RGB17337142-
CMYK00.790.180.32
HSL313.68º64.76%41.18%-
HSV(B)313.68º78.61%67.84%-
XYZ22.7812.1626.74-
YUV89.63157.56187.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.15%
GREEN value IS 37 (14.84% from 255) = 10.51%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=49.15%
G=10.51%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733714200.790.180.32313.6864.7641.18
HexAD258E04F122013a4129
Octal255452160117224047210151
Binary101011011001011000111001001111100101000001001110101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD258E; }

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

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

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

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

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

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

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

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