#AD1085

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

Shades of Medium Violet Red #AD1085

Tints of Medium Violet Red #AD1085

Color information

#AD1085 (or 0xAD1085) is unknown color: approx Medium Violet Red. HEX triplet: AD, 10 and 85. RGB value is (173,16,133). Sum of RGB (Red+Green+Blue) = 173+16+133=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1085 is #52EF7A. Grayscale: #4B4B4B. Windows color (decimal): -5435259 or 8720557. OLE color: 8720557.

HSL color Cylindrical-coordinate representation of color #AD1085: hue angle of 315.29º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1085 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB17316133-
CMYK00.910.230.32
HSL315.29º83.07%37.06%-
HSV(B)315.29º90.75%67.84%-
XYZ21.6510.9523.16-
YUV76.28160.01196.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.73%
GREEN value IS 16 (6.64% from 255) = 4.97%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=53.73%
G=4.97%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731613300.910.230.32315.2983.0737.06
HexAD108505B172013b5325
Octal255202050133274047312345
Binary10101101100001000010101011011101111000001001110111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1085; }

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

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

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

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

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

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

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

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