#AD83FA

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

Shades of Medium Purple #AD83FA

Tints of Medium Purple #AD83FA

Color information

#AD83FA (or 0xAD83FA) is unknown color: approx Medium Purple. HEX triplet: AD, 83 and FA. RGB value is (173,131,250). Sum of RGB (Red+Green+Blue) = 173+131+250=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD83FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD83FA is #527C05. Grayscale: #9C9C9C. Windows color (decimal): -5405702 or 16417709. OLE color: 16417709.

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

Color convert

RGB173131250-
CMYK0.310.4800.02
HSL261.18º92.25%74.71%-
HSV(B)261.18º47.6%98.04%-
XYZ42.6132.0294.38-
YUV157.12180.41139.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.23%
GREEN value IS 131 (51.56% from 255) = 23.65%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=31.23%
G=23.65%
B=45.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731312500.310.4800.02261.1892.2574.71
HexAD83FA1F30021055c4b
Octal255203372376002405134113
Binary1010110110000011111110101111111000001010000010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD83FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD83FA; }

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

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

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

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

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

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

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

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