#AD0285

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

Shades of Medium Violet Red #AD0285

Tints of Medium Violet Red #AD0285

Color information

#AD0285 (or 0xAD0285) is unknown color: approx Medium Violet Red. HEX triplet: AD, 02 and 85. RGB value is (173,2,133). Sum of RGB (Red+Green+Blue) = 173+2+133=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0285 is #52FD7A. Grayscale: #434343. Windows color (decimal): -5438843 or 8716973. OLE color: 8716973.

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

Color convert

RGB1732133-
CMYK00.990.230.32
HSL314.04º97.71%34.31%-
HSV(B)314.04º98.84%67.84%-
XYZ21.4910.6223.11-
YUV68.06164.65202.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.17%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=56.17%
G=0.65%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173213300.990.230.32314.0497.7134.31
HexAD285063172013a6222
Octal25522050143274047214242
Binary10101101101000010101100011101111000001001110101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0285; }

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

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

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

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

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

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

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

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