#AD68F1

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

Shades of Medium Purple #AD68F1

Tints of Medium Purple #AD68F1

Color information

#AD68F1 (or 0xAD68F1) is unknown color: approx Medium Purple. HEX triplet: AD, 68 and F1. RGB value is (173,104,241). Sum of RGB (Red+Green+Blue) = 173+104+241=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD68F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD68F1 is #52970E. Grayscale: #8B8B8B. Windows color (decimal): -5412623 or 15820973. OLE color: 15820973.

HSL color Cylindrical-coordinate representation of color #AD68F1: hue angle of 270.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD68F1 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173104241-
CMYK0.280.5700.05
HSL270.22º83.03%67.65%-
HSV(B)270.22º56.85%94.51%-
XYZ38.0625.1486.06-
YUV140.25184.86151.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 104 (41.02% from 255) = 20.08%
BLUE value IS 241 (94.53% from 255) = 46.53%
R=33.40%
G=20.08%
B=46.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731042410.280.5700.05270.2283.0367.65
HexAD68F11C390510e5344
Octal255150361347105416123104
Binary1010110111010001111000111100111001010110000111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD68F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD68F1; }

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

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

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

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

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

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

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

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