#AD83FD

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

Shades of Medium Purple #AD83FD

Tints of Medium Purple #AD83FD

Color information

#AD83FD (or 0xAD83FD) is unknown color: approx Medium Purple. HEX triplet: AD, 83 and FD. RGB value is (173,131,253). Sum of RGB (Red+Green+Blue) = 173+131+253=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD83FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD83FD is #527C02. Grayscale: #9D9D9D. Windows color (decimal): -5405699 or 16614317. OLE color: 16614317.

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

Color convert

RGB173131253-
CMYK0.320.4800.01
HSL260.66º96.83%75.29%-
HSV(B)260.66º48.22%99.22%-
XYZ43.0832.2196.87-
YUV157.47181.91139.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.06%
GREEN value IS 131 (51.56% from 255) = 23.52%
BLUE value IS 253 (99.22% from 255) = 45.42%
R=31.06%
G=23.52%
B=45.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731312530.320.4800.01260.6696.8375.29
HexAD83FD203001105614b
Octal255203375406001405141113
Binary1010110110000011111111011000001100000110000010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD83FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD83FD; }

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

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

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

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

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

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

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

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