#AD68F5

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

Shades of Medium Purple #AD68F5

Tints of Medium Purple #AD68F5

Color information

#AD68F5 (or 0xAD68F5) is unknown color: approx Medium Purple. HEX triplet: AD, 68 and F5. RGB value is (173,104,245). Sum of RGB (Red+Green+Blue) = 173+104+245=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 245 (96.09% from 255 or 46.93% from 522); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD68F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD68F5 is #52970A. Grayscale: #8C8C8C. Windows color (decimal): -5412619 or 16083117. OLE color: 16083117.

HSL color Cylindrical-coordinate representation of color #AD68F5: hue angle of 269.36º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD68F5 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173104245-
CMYK0.290.5800.04
HSL269.36º87.58%68.43%-
HSV(B)269.36º57.55%96.08%-
XYZ38.6725.3889.25-
YUV140.7186.86151.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 104 (41.02% from 255) = 19.92%
BLUE value IS 245 (96.09% from 255) = 46.93%
R=33.14%
G=19.92%
B=46.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731042450.290.5800.04269.3687.5868.43
HexAD68F51D3A0410d5844
Octal255150365357204415130104
Binary1010110111010001111010111101111010010010000110110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD68F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD68F5; }

 p { color: rgb(173,104,245); }

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

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

 a { background-color: rgb(173,104,245); }

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

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

 span { border-color: rgb(173,104,245); }

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