#AD5DFA

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

Shades of Medium Purple #AD5DFA

Tints of Medium Purple #AD5DFA

Color information

#AD5DFA (or 0xAD5DFA) is unknown color: approx Medium Purple. HEX triplet: AD, 5D and FA. RGB value is (173,93,250). Sum of RGB (Red+Green+Blue) = 173+93+250=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD5DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5DFA is #52A205. Grayscale: #868686. Windows color (decimal): -5415430 or 16407981. OLE color: 16407981.

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

Color convert

RGB17393250-
CMYK0.310.6300.02
HSL270.57º94.01%67.25%-
HSV(B)270.57º62.8%98.04%-
XYZ38.423.6292.98-
YUV134.82193155.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 93 (36.72% from 255) = 18.02%
BLUE value IS 250 (98.05% from 255) = 48.45%
R=33.53%
G=18.02%
B=48.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal173932500.310.6300.02270.5794.0167.25
HexAD5DFA1F3F0210f5e43
Octal255135372377702417136103
Binary101011011011101111110101111111111101010000111110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5DFA; }

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

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

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

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

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

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

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

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