#AD1281

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

Shades of Medium Violet Red #AD1281

Tints of Medium Violet Red #AD1281

Color information

#AD1281 (or 0xAD1281) is unknown color: approx Medium Violet Red. HEX triplet: AD, 12 and 81. RGB value is (173,18,129). Sum of RGB (Red+Green+Blue) = 173+18+129=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1281 is #52ED7E. Grayscale: #4C4C4C. Windows color (decimal): -5434751 or 8458925. OLE color: 8458925.

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

Color convert

RGB17318129-
CMYK00.900.250.32
HSL317.03º81.15%37.45%-
HSV(B)317.03º89.6%67.84%-
XYZ21.4110.921.74-
YUV77157.35196.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.06%
GREEN value IS 18 (7.42% from 255) = 5.62%
BLUE value IS 129 (50.78% from 255) = 40.31%
R=54.06%
G=5.62%
B=40.31%

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
Decimal1731812900.900.250.32317.0381.1537.45
HexAD128105A192013d5125
Octal255222010132314047512145
Binary10101101100101000000101011010110011000001001111011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1281; }

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

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

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

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

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

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

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

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