#AD1282

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

Shades of Medium Violet Red #AD1282

Tints of Medium Violet Red #AD1282

Color information

#AD1282 (or 0xAD1282) is unknown color: approx Medium Violet Red. HEX triplet: AD, 12 and 82. RGB value is (173,18,130). Sum of RGB (Red+Green+Blue) = 173+18+130=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1282 is #52ED7D. Grayscale: #4C4C4C. Windows color (decimal): -5434750 or 8524461. OLE color: 8524461.

HSL color Cylindrical-coordinate representation of color #AD1282: hue angle of 316.65º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1282 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB17318130-
CMYK00.900.250.32
HSL316.65º81.15%37.45%-
HSV(B)316.65º89.6%67.84%-
XYZ21.4810.9322.1-
YUV77.11157.85196.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.89%
GREEN value IS 18 (7.42% from 255) = 5.61%
BLUE value IS 130 (51.17% from 255) = 40.50%
R=53.89%
G=5.61%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731813000.900.250.32316.6581.1537.45
HexAD128205A192013d5125
Octal255222020132314047512145
Binary10101101100101000001001011010110011000001001111011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1282; }

 p { color: rgb(173,18,130); }

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

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

 a { background-color: rgb(173,18,130); }

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

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

 span { border-color: rgb(173,18,130); }

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