#AD6BF1

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

Shades of Medium Purple #AD6BF1

Tints of Medium Purple #AD6BF1

Color information

#AD6BF1 (or 0xAD6BF1) is unknown color: approx Medium Purple. HEX triplet: AD, 6B and F1. RGB value is (173,107,241). Sum of RGB (Red+Green+Blue) = 173+107+241=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD6BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6BF1 is #52940E. Grayscale: #8D8D8D. Windows color (decimal): -5411855 or 15821741. OLE color: 15821741.

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

Color convert

RGB173107241-
CMYK0.280.5600.05
HSL269.55º82.72%68.24%-
HSV(B)269.55º55.6%94.51%-
XYZ38.3725.7586.17-
YUV142.01183.87150.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 107 (42.19% from 255) = 20.54%
BLUE value IS 241 (94.53% from 255) = 46.26%
R=33.21%
G=20.54%
B=46.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731072410.280.5600.05269.5582.7268.24
HexAD6BF11C380510e5344
Octal255153361347005416123104
Binary1010110111010111111000111100111000010110000111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6BF1; }

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

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

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

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

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

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

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

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