#AD68F7

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

Shades of Medium Purple #AD68F7

Tints of Medium Purple #AD68F7

Color information

#AD68F7 (or 0xAD68F7) is unknown color: approx Medium Purple. HEX triplet: AD, 68 and F7. RGB value is (173,104,247). Sum of RGB (Red+Green+Blue) = 173+104+247=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 247 (96.88% from 255 or 47.14% from 524); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD68F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD68F7 is #529708. Grayscale: #8C8C8C. Windows color (decimal): -5412617 or 16214189. OLE color: 16214189.

HSL color Cylindrical-coordinate representation of color #AD68F7: hue angle of 268.95º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD68F7 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173104247-
CMYK0.300.5800.03
HSL268.95º89.94%68.82%-
HSV(B)268.95º57.89%96.86%-
XYZ38.9725.590.86-
YUV140.93187.86150.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 104 (41.02% from 255) = 19.85%
BLUE value IS 247 (96.88% from 255) = 47.14%
R=33.02%
G=19.85%
B=47.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731042470.300.5800.03268.9589.9468.82
HexAD68F71E3A0310d5a45
Octal255150367367203415132105
Binary101011011101000111101111111011101001110000110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD68F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD68F7; }

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

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

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

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

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

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

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

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