#AD60FF

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

Shades of Medium Purple #AD60FF

Tints of Medium Purple #AD60FF

Color information

#AD60FF (or 0xAD60FF) is unknown color: approx Medium Purple. HEX triplet: AD, 60 and FF. RGB value is (173,96,255). Sum of RGB (Red+Green+Blue) = 173+96+255=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD60FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD60FF is #529F00. Grayscale: #888888. Windows color (decimal): -5414657 or 16736429. OLE color: 16736429.

HSL color Cylindrical-coordinate representation of color #AD60FF: hue angle of 269.06º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD60FF is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17396255-
CMYK0.320.6200
HSL269.06º100%68.82%-
HSV(B)269.06º62.35%100%-
XYZ39.4724.4797.25-
YUV137.15194.51153.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 96 (37.89% from 255) = 18.32%
BLUE value IS 255 (100% from 255) = 48.66%
R=33.02%
G=18.32%
B=48.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal173962550.320.6200269.0610068.82
HexAD60FF203E0010d6445
Octal255140377407600415144105
Binary101011011100000111111111000001111100010000110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD60FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD60FF; }

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

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

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

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

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

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

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

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