#AD84FA

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

Shades of Medium Purple #AD84FA

Tints of Medium Purple #AD84FA

Color information

#AD84FA (or 0xAD84FA) is unknown color: approx Medium Purple. HEX triplet: AD, 84 and FA. RGB value is (173,132,250). Sum of RGB (Red+Green+Blue) = 173+132+250=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD84FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD84FA is #527B05. Grayscale: #9D9D9D. Windows color (decimal): -5405446 or 16417965. OLE color: 16417965.

HSL color Cylindrical-coordinate representation of color #AD84FA: hue angle of 260.85º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD84FA is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173132250-
CMYK0.310.4700.02
HSL260.85º92.19%74.9%-
HSV(B)260.85º47.2%98.04%-
XYZ42.7432.2994.42-
YUV157.71180.08138.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 132 (51.95% from 255) = 23.78%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=31.17%
G=23.78%
B=45.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731322500.310.4700.02260.8592.1974.9
HexAD84FA1F2F021055c4b
Octal255204372375702405134113
Binary1010110110000100111110101111110111101010000010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD84FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD84FA; }

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

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

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

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

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

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

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

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