#AD0287

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

Shades of Medium Violet Red #AD0287

Tints of Medium Violet Red #AD0287

Color information

#AD0287 (or 0xAD0287) is unknown color: approx Medium Violet Red. HEX triplet: AD, 02 and 87. RGB value is (173,2,135). Sum of RGB (Red+Green+Blue) = 173+2+135=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0287 is #52FD78. Grayscale: #434343. Windows color (decimal): -5438841 or 8848045. OLE color: 8848045.

HSL color Cylindrical-coordinate representation of color #AD0287: hue angle of 313.33º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0287 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB1732135-
CMYK00.990.220.32
HSL313.33º97.71%34.31%-
HSV(B)313.33º98.84%67.84%-
XYZ21.6310.6823.84-
YUV68.29165.65202.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.81%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 135 (53.12% from 255) = 43.55%
R=55.81%
G=0.65%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173213500.990.220.32313.3397.7134.31
HexAD28706316201396222
Octal25522070143264047114242
Binary10101101101000011101100011101101000001001110011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0287; }

 p { color: rgb(173,2,135); }

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

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

 a { background-color: rgb(173,2,135); }

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

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

 span { border-color: rgb(173,2,135); }

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