#AD60F7

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

Shades of Medium Purple #AD60F7

Tints of Medium Purple #AD60F7

Color information

#AD60F7 (or 0xAD60F7) is unknown color: approx Medium Purple. HEX triplet: AD, 60 and F7. RGB value is (173,96,247). Sum of RGB (Red+Green+Blue) = 173+96+247=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD60F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD60F7 is #529F08. Grayscale: #878787. Windows color (decimal): -5414665 or 16212141. OLE color: 16212141.

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

Color convert

RGB17396247-
CMYK0.300.6100.03
HSL270.6º90.42%67.25%-
HSV(B)270.6º61.13%96.86%-
XYZ38.223.9790.61-
YUV136.24190.51154.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 96 (37.89% from 255) = 18.60%
BLUE value IS 247 (96.88% from 255) = 47.87%
R=33.53%
G=18.60%
B=47.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal173962470.300.6100.03270.690.4267.25
HexAD60F71E3D0310f5a43
Octal255140367367503417132103
Binary101011011100000111101111111011110101110000111110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD60F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD60F7; }

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

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

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

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

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

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

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

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