#AD6FF6

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

Shades of Medium Purple #AD6FF6

Tints of Medium Purple #AD6FF6

Color information

#AD6FF6 (or 0xAD6FF6) is unknown color: approx Medium Purple. HEX triplet: AD, 6F and F6. RGB value is (173,111,246). Sum of RGB (Red+Green+Blue) = 173+111+246=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD6FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6FF6 is #529009. Grayscale: #909090. Windows color (decimal): -5410826 or 16150445. OLE color: 16150445.

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

Color convert

RGB173111246-
CMYK0.300.5500.04
HSL267.56º88.24%70%-
HSV(B)267.56º54.88%96.47%-
XYZ39.5526.9190.3-
YUV144.93185.04148.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 111 (43.75% from 255) = 20.94%
BLUE value IS 246 (96.48% from 255) = 46.42%
R=32.64%
G=20.94%
B=46.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731112460.300.5500.04267.5688.2470
HexAD6FF61E370410c5846
Octal255157366366704414130106
Binary1010110111011111111011011110110111010010000110010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6FF6; }

 p { color: rgb(173,111,246); }

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

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

 a { background-color: rgb(173,111,246); }

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

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

 span { border-color: rgb(173,111,246); }

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