#AD71FD

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

Shades of Medium Purple #AD71FD

Tints of Medium Purple #AD71FD

Color information

#AD71FD (or 0xAD71FD) is unknown color: approx Medium Purple. HEX triplet: AD, 71 and FD. RGB value is (173,113,253). Sum of RGB (Red+Green+Blue) = 173+113+253=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD71FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD71FD is #528E02. Grayscale: #929292. Windows color (decimal): -5410307 or 16609709. OLE color: 16609709.

HSL color Cylindrical-coordinate representation of color #AD71FD: hue angle of 265.71º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD71FD is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173113253-
CMYK0.320.5500.01
HSL265.71º97.22%71.76%-
HSV(B)265.71º55.34%99.22%-
XYZ40.8727.7996.14-
YUV146.9187.88146.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.10%
GREEN value IS 113 (44.53% from 255) = 20.96%
BLUE value IS 253 (99.22% from 255) = 46.94%
R=32.10%
G=20.96%
B=46.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731132530.320.5500.01265.7197.2271.76
HexAD71FD20370110a6148
Octal255161375406701412141110
Binary101011011110001111111011000001101110110000101011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD71FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD71FD; }

 p { color: rgb(173,113,253); }

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

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

 a { background-color: rgb(173,113,253); }

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

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

 span { border-color: rgb(173,113,253); }

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