#AD84FD

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

Shades of Medium Purple #AD84FD

Tints of Medium Purple #AD84FD

Color information

#AD84FD (or 0xAD84FD) is unknown color: approx Medium Purple. HEX triplet: AD, 84 and FD. RGB value is (173,132,253). Sum of RGB (Red+Green+Blue) = 173+132+253=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD84FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD84FD is #527B02. Grayscale: #9D9D9D. Windows color (decimal): -5405443 or 16614573. OLE color: 16614573.

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

Color convert

RGB173132253-
CMYK0.320.4800.01
HSL260.33º96.8%75.49%-
HSV(B)260.33º47.83%99.22%-
XYZ43.2132.4896.92-
YUV158.05181.58138.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 132 (51.95% from 255) = 23.66%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=31.00%
G=23.66%
B=45.34%

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
Decimal1731322530.320.4800.01260.3396.875.49
HexAD84FD203001104614b
Octal255204375406001404141113
Binary1010110110000100111111011000001100000110000010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD84FD; }

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

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

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

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

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

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

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

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