#AD6BF0

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

Shades of Medium Purple #AD6BF0

Tints of Medium Purple #AD6BF0

Color information

#AD6BF0 (or 0xAD6BF0) is unknown color: approx Medium Purple. HEX triplet: AD, 6B and F0. RGB value is (173,107,240). Sum of RGB (Red+Green+Blue) = 173+107+240=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD6BF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6BF0 is #52940F. Grayscale: #8D8D8D. Windows color (decimal): -5411856 or 15756205. OLE color: 15756205.

HSL color Cylindrical-coordinate representation of color #AD6BF0: hue angle of 269.77º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD6BF0 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173107240-
CMYK0.280.5500.06
HSL269.77º81.6%68.04%-
HSV(B)269.77º55.42%94.12%-
XYZ38.2225.6985.38-
YUV141.9183.37150.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 107 (42.19% from 255) = 20.58%
BLUE value IS 240 (94.14% from 255) = 46.15%
R=33.27%
G=20.58%
B=46.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731072400.280.5500.06269.7781.668.04
HexAD6BF01C370610e5244
Octal255153360346706416122104
Binary1010110111010111111000011100110111011010000111010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6BF0; }

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

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

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

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

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

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

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

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